BasePortionFormatSymbolFont Property |
Returns or sets the symbolic font info.
Null means font is undefined and should be inherited from the Master.
Read/write
IFontData.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IFontData SymbolFont { get; set; }
Public Property SymbolFont As IFontData
Get
Set
public:
virtual property IFontData^ SymbolFont {
IFontData^ get () sealed;
void set (IFontData^ value) sealed;
}
abstract SymbolFont : IFontData with get, set
override SymbolFont : IFontData with get, set
Property Value
Type:
IFontDataImplements
IBasePortionFormatSymbolFont
See Also