ITextRange.CharacterFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.