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