Skip to main content

IdxRichEditCharacterPropertiesBase Members

Exposes the basic character settings.

Properties

Name Description
AllCaps Specifies whether a document range is capitalized.
BackColor Specifies the highlight color applied to a document range.
Bold Specifies whether the Bold font attribute is applied to a document range.
FontName Specifies a document range‘s font typeface.
FontSize Specifies a document range‘s font size.
ForeColor Specifies a document range‘s font color.
Hidden Specifies whether the Hidden font attribute is applied to a document range.
Italic Specifies whether the Italic font attribute is applied to a document range.
Strikeout Specifies whether strikeout is applied to a document range.
StrikeoutColor Specifies the color applied to strikeout.
Subscript Specifies whether the Subscript font attribute is applied to a document range.
Superscript Specifies whether the Superscript font attribute is applied to a document range.
Underline Specifies the type of underline applied to a document range.
UnderlineColor Specifies the underline color.

Methods

Name Description
GetAllCaps Identifies if a document range is capitalized.
GetBackColor Returns the highlight color applied to a document range.
GetBold Identifies if a document range has the Bold font attribute.
GetFontName Identifies the font typeface applied to a document range.
GetFontSize Returns the font size applied to a document range.
GetForeColor Returns the font color applied to a document range.
GetHidden Identifies if a document range has the Hidden font attribute.
GetItalic Identifies if a document range has the Italic font attribute.
GetStrikeout Identifies the type of strikeout applied to a document range.
GetStrikeoutColor Returns the strikeout color.
GetSubscript Identifies if the Subscript font attribute is applied to a document range.
GetSuperscript Identifies if the Superscript font attribute is applied to a document range.
GetUnderline Identifies the type of underline applied to a document range.
GetUnderlineColor Returns the underline color.
Reset
Reset(TdxRichEditCharacterPropertiesMask) Restores a document range‘s default character properties.
SetAllCaps(TdxNullableBoolean)
SetBackColor(TdxNullableValue<TdxAlphaColor>)
SetBold(TdxNullableBoolean) Adds or removes the Bold font attribute to/from a document range.
SetFontName(TdxNullableString)
SetFontSize(TdxNullableSingle) Assigns a font size to a document range.
SetForeColor(TdxNullableValue<TdxAlphaColor>)
SetHidden(TdxNullableBoolean) Adds or removes the Hidden font attribute to/from a document range.
SetItalic(TdxNullableBoolean) Adds or removes the Italic font attribute to/from a document range.
SetStrikeout(TdxNullableValue<TdxRichEditStrikeoutType>)
SetStrikeoutColor(TdxNullableValue<TdxAlphaColor>)
SetSubscript(TdxNullableBoolean) Adds or removes the Subscript font attribute to/from a document range.
SetSuperscript(TdxNullableBoolean) Adds or removes the Superscript font attribute to/from a document range.
SetUnderline(TdxNullableValue<TdxRichEditUnderlineType>)
SetUnderlineColor(TdxNullableValue<TdxAlphaColor>)
See Also