CharacterFormat
Font Property
|
Gets or setsfont.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Font Font { get; set; }
Public Property Font As Font
Get
Set
public:
property Font^ Font {
Font^ get ();
void set (Font^ value);
}
member Font : Font with get, set
Property Value
Type:
Font
See Also