Skip to main content

IdxRichEditCharacterPropertiesBase Interface

Exposes the basic character settings.

Declaration

IdxRichEditCharacterPropertiesBase = interface(IInterface)

Remarks

Use a subdocument‘s BeginUpdateCharacters and EndUpdateCharacters methods to modify its character formatting, such as font typeface, font size, various font attributes, etc.

The IdxRichEditCharacterPropertiesBase interface exposes properties and methods that allow you to:

The IdxRichEditCharacterPropertiesBase interface is the direct ancestor of the IdxRichEditCharacterStyle and IdxRichEditCharacterProperties interfaces.

The IdxRichEditCharacterPropertiesBase interface is referenced by:

Inheritance

IInterface
IdxRichEditCharacterPropertiesBase
See Also