BulletFormatFont Property |
Returns or sets the bullet font of a paragraph with no inheritance.
Read/write
IFontData.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IFontData Font { get; set; }
Public Property Font As IFontData
Get
Set
public:
virtual property IFontData^ Font {
IFontData^ get () sealed;
void set (IFontData^ value) sealed;
}
abstract Font : IFontData with get, set
override Font : IFontData with get, set
Property Value
Type:
IFontDataImplements
IBulletFormatFont
See Also