BasePortionFormatFontBold Property |
Determines whether the font is bold. No inheritance applied.
Read/write
NullableBool.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic NullableBool FontBold { get; set; }
Public Property FontBold As NullableBool
Get
Set
public:
virtual property NullableBool FontBold {
NullableBool get () sealed;
void set (NullableBool value) sealed;
}
abstract FontBold : NullableBool with get, set
override FontBold : NullableBool with get, set
Property Value
Type:
NullableBoolImplements
IBasePortionFormatFontBold
See Also