XlsFont
MacOSOutlineFont Property
|
True if the font is an outline font. Read/write Boolean.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
protected bool MacOSOutlineFont { get; set; }
Protected Property MacOSOutlineFont As Boolean
Get
Set
protected:
property bool MacOSOutlineFont {
bool get ();
void set (bool value);
}
member MacOSOutlineFont : bool with get, set
Property Value
Type:
Boolean
See Also