Skip to main content

IdxRichEditParagraphStyle.CharacterProperties Property

Provides access to the paragraph style’s font attributes.

Declaration

property CharacterProperties: IdxRichEditCharacterPropertiesBase read;

Property Value

Type
IdxRichEditCharacterPropertiesBase

Remarks

You can use the CharacterProperties.FontName and CharacterProperties.FontSize properties to change the paragraph style’s font typeface and adjust its size. Refer to the IdxRichEditCharacterPropertiesBase interface description for detailed information on all available options.

See Also