メインコンテンツへスキップ
StyleParamsEnum 列挙定数は、フォントスタイルのさまざまなパラメーターを表すために使用されます。これらは、Paragraph オブジェクトの一部のメソッドでマスクとして使用されます。このマスクはこれらの定数の OR 結合であり、これらのメソッドで CharParams オブジェクトのどのプロパティを考慮するかを定義します。これらの定数は、IFontStyle::OverriddenStyleParams プロパティでもマスクとして使用されます。

要素

名前説明
SF_BackgroundColorIParagraphParams::BackgroundColor プロパティに対応します。
SF_BaseLineRiseICharParams::BaseLine または IFontStyle::BaseLine プロパティに対応します。
SF_BoldICharParams::IsBold または IFontStyle::IsBold プロパティに対応します。
SF_ColorICharParams::Color または IFontStyle::Color プロパティに対応します。
SF_FontNameICharParams::FontName または IFontStyle::FontName プロパティに対応します。
SF_FontSizeICharParams::FontSize または IFontStyle::FontSize プロパティに対応します。
SF_ItalicICharParams::IsItalic または IFontStyle::IsItalic プロパティに対応します。
SF_ScalingICharParams::HorizontalScale または IFontStyle::HorizontalScale プロパティに対応します。
SF_SmallCapsICharParams::IsSmallCaps または IFontStyle::IsSmallCaps プロパティに対応します。
SF_SpacingICharParams::Spacing または IFontStyle::Spacing プロパティに対応します。
SF_StrikeoutICharParams::IsStrikeout または IFontStyle::IsStrikeout プロパティに対応します。
SF_UnderlinedICharParams::IsUnderlined または IFontStyle::IsUnderlined プロパティに対応します。

使用先

IParagraph::SetCharParams IParagraph::NextGroup IFontStyle::OverriddenStyleParams