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