Skip to main content

CharacterProperties Interface

Provides access to character properties.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v14.2.Core.dll

#Declaration

[ComVisible(true)]
public interface CharacterProperties :
    CharacterPropertiesBase

#Remarks

The CharacterProperties interface allows you to get/set character formatting. Use the SubDocument.BeginUpdateCharacters method to obtain the object exposing the CharacterProperties interface. Note that the BeginUpdateCharacters method should be accompanied with the corresponding EndUpdateCharacters method, and use of the SubDocument.EndUpdateCharacters is mandatory.

See Also