Click or drag to resize
TextRangeFont Property
Gets or sets a TextFont object with the character attributes of the specified range.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public TextFont Font { get; set; }

Property Value

Type: TextFont
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is null.
See Also