Word for UWP
GetFontByNumber メソッド

C1.UWP.Word アセンブリ > C1.Xaml.Word.Objects 名前空間 > RtfFontCollection クラス : GetFontByNumber メソッド
フォント番号。
フォントコレクション内の指定された番号の RTF フォントを取得します。
シンタックス
'宣言
 
Public Function GetFontByNumber( _
   ByVal number As System.Integer _
) As RtfFont
public RtfFont GetFontByNumber( 
   System.int number
)

パラメータ

number
フォント番号。

戻り値の型

見つかった場合は RTF フォント、そうでない場合は null。
参照

RtfFontCollection クラス
RtfFontCollection メンバ