BulletFormatIsBulletHardFont Property |
Determines whether the bullet has own font or inherits it from the first portion in the paragraph.
NullableBool.True if bullet has own font and
NullableBool.False if bullet
inherits font from the first portion in the paragraph.
Read/write
NullableBool.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic NullableBool IsBulletHardFont { get; set; }
Public Property IsBulletHardFont As NullableBool
Get
Set
public:
virtual property NullableBool IsBulletHardFont {
NullableBool get () sealed;
void set (NullableBool value) sealed;
}
abstract IsBulletHardFont : NullableBool with get, set
override IsBulletHardFont : NullableBool with get, set
Property Value
Type:
NullableBoolImplements
IBulletFormatIsBulletHardFont
See Also