TextConstants.UndefinedFontStyle プロパティ

定義

未定義のフォント スタイルを取得します。

public:
 static property FontStyle UndefinedFontStyle { FontStyle get(); };
static FontStyle UndefinedFontStyle();
public static FontStyle UndefinedFontStyle { get; }
var fontStyle = TextConstants.undefinedFontStyle;
Public Shared ReadOnly Property UndefinedFontStyle As FontStyle

プロパティ値

未定義のフォント スタイル。

注釈

フォント スタイルのプロパティを取得する場合、この値は、範囲に、そのプロパティの値が異なる 2 つ以上のテキスト実行があることを示します。 font-style プロパティを設定すると、この値は プロパティが未定義であることを示します。つまり、 ITextCharacterFormat が範囲に適用されている場合は適用されません。 この値は、 ITextCharacterFormat.FontStyle プロパティと共に使用されます。

適用対象