BulletFormatIsBulletHardColor Property |
Determines whether the bullet has own color or inherits it from the first portion in the paragraph.
NullableBool.True if bullet has own color and
NullableBool.False if bullet
inherits color 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 IsBulletHardColor { get; set; }
Public Property IsBulletHardColor As NullableBool
Get
Set
public:
virtual property NullableBool IsBulletHardColor {
NullableBool get () sealed;
void set (NullableBool value) sealed;
}
abstract IsBulletHardColor : NullableBool with get, set
override IsBulletHardColor : NullableBool with get, set
Property Value
Type:
NullableBoolImplements
IBulletFormatIsBulletHardColor
See Also