Click or drag to resize
TextDocumentDocumentFont Property
(TOM 2 only) Gets or sets a TextFont that provides the default character format information for this instance of the TOM engine.

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

Property Value

Type: TextFont
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextDocument2 interface.
ArgumentNullExceptionvalue is null.
See Also