ITextRange.CharacterFormat Property

Definition

Gets or sets the character formatting attributes of the text range.

public:
 property ITextCharacterFormat ^ CharacterFormat { ITextCharacterFormat ^ get(); void set(ITextCharacterFormat ^ value); };
ITextCharacterFormat CharacterFormat();

void CharacterFormat(ITextCharacterFormat value);
public ITextCharacterFormat CharacterFormat { get; set; }
var iTextCharacterFormat = iTextRange.characterFormat;
iTextRange.characterFormat = iTextCharacterFormat;
Public Property CharacterFormat As ITextCharacterFormat

Property Value

The character formatting attributes.

Applies to