FontWrapper
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
public bool MacOSOutlineFont { get; set; }
Public Property MacOSOutlineFont As Boolean
Get
Set
public:
property bool MacOSOutlineFont {
bool get ();
void set (bool value);
}
member MacOSOutlineFont : bool with get, set
Property Value
Type:
Boolean
See Also