Skip to main content

IdxRichEditCharacterStyle Members

Exposes functionality related to character styles in a document.

Properties

Name Description
AllCaps Specifies whether a document range is capitalized. Inherited from IdxRichEditCharacterPropertiesBase.
BackColor Specifies the highlight color applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
Bold Specifies whether the Bold font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
FontName Specifies a document range‘s font typeface. Inherited from IdxRichEditCharacterPropertiesBase.
FontSize Specifies a document range‘s font size. Inherited from IdxRichEditCharacterPropertiesBase.
ForeColor Specifies a document range‘s font color. Inherited from IdxRichEditCharacterPropertiesBase.
Hidden Specifies whether the Hidden font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
IsDeleted Identifies whether the character style is marked as deleted in the parent document.
Italic Specifies whether the Italic font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
LinkedStyle
Name Specifies the character style’s public name in the parent document.
Parent Specifies a parent style for the current character style.
Primary Specifies whether the character style is primary for a parent document.
Strikeout Specifies whether strikeout is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
StrikeoutColor Specifies the color applied to strikeout. Inherited from IdxRichEditCharacterPropertiesBase.
Subscript Specifies whether the Subscript font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
Superscript Specifies whether the Superscript font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
Underline Specifies the type of underline applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
UnderlineColor Specifies the underline color. Inherited from IdxRichEditCharacterPropertiesBase.

Methods

Name Description
GetAllCaps Identifies if a document range is capitalized. Inherited from IdxRichEditCharacterPropertiesBase.
GetBackColor Returns the highlight color applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
GetBold Identifies if a document range has the Bold font attribute. Inherited from IdxRichEditCharacterPropertiesBase.
GetFontName Identifies the font typeface applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
GetFontSize Returns the font size applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
GetForeColor Returns the font color applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
GetHidden Identifies if a document range has the Hidden font attribute. Inherited from IdxRichEditCharacterPropertiesBase.
GetIsDeleted Identifies whether the character style is marked as deleted in the parent document.
GetItalic Identifies if a document range has the Italic font attribute. Inherited from IdxRichEditCharacterPropertiesBase.
GetLinkedStyle
GetName Returns the character style’s public name in the parent document.
GetParent Returns the parent style of the current character style.
GetPrimary Identifies whether the character style is primary in a parent document.
GetStrikeout Identifies the type of strikeout applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
GetStrikeoutColor Returns the strikeout color. Inherited from IdxRichEditCharacterPropertiesBase.
GetSubscript Identifies if the Subscript font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
GetSuperscript Identifies if the Superscript font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
GetUnderline Identifies the type of underline applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
GetUnderlineColor Returns the underline color. Inherited from IdxRichEditCharacterPropertiesBase.
Reset Inherited from IdxRichEditCharacterPropertiesBase.
Reset(TdxRichEditCharacterPropertiesMask) Restores a document range‘s default character properties. Inherited from IdxRichEditCharacterPropertiesBase.
SetAllCaps(TdxNullableBoolean) Inherited from IdxRichEditCharacterPropertiesBase.
SetBackColor(TdxNullableValue<TdxAlphaColor>) Inherited from IdxRichEditCharacterPropertiesBase.
SetBold(TdxNullableBoolean) Adds or removes the Bold font attribute to/from a document range. Inherited from IdxRichEditCharacterPropertiesBase.
SetFontName(TdxNullableString) Inherited from IdxRichEditCharacterPropertiesBase.
SetFontSize(TdxNullableSingle) Assigns a font size to a document range. Inherited from IdxRichEditCharacterPropertiesBase.
SetForeColor(TdxNullableValue<TdxAlphaColor>) Inherited from IdxRichEditCharacterPropertiesBase.
SetHidden(TdxNullableBoolean) Adds or removes the Hidden font attribute to/from a document range. Inherited from IdxRichEditCharacterPropertiesBase.
SetItalic(TdxNullableBoolean) Adds or removes the Italic font attribute to/from a document range. Inherited from IdxRichEditCharacterPropertiesBase.
SetLinkedStyle(IdxRichEditParagraphStyle)
SetName(string) Assigns a new public name to the character style.
SetParent(IdxRichEditCharacterStyle) Derives the current character style from another character style in a document.
SetPrimary(Boolean) Changes the character style’s primary status in a parent document.
SetStrikeout(TdxNullableValue<TdxRichEditStrikeoutType>) Inherited from IdxRichEditCharacterPropertiesBase.
SetStrikeoutColor(TdxNullableValue<TdxAlphaColor>) Inherited from IdxRichEditCharacterPropertiesBase.
SetSubscript(TdxNullableBoolean) Adds or removes the Subscript font attribute to/from a document range. Inherited from IdxRichEditCharacterPropertiesBase.
SetSuperscript(TdxNullableBoolean) Adds or removes the Superscript font attribute to/from a document range. Inherited from IdxRichEditCharacterPropertiesBase.
SetUnderline(TdxNullableValue<TdxRichEditUnderlineType>) Inherited from IdxRichEditCharacterPropertiesBase.
SetUnderlineColor(TdxNullableValue<TdxAlphaColor>) Inherited from IdxRichEditCharacterPropertiesBase.
See Also