ParagraphProperties
BulletNumber Property
|
Gets or sets the first number which is used for group of numbered bullets.
Read/write
Int16
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public short BulletNumber { get; set; }
Public Property BulletNumber As Short
Get
Set
public:
property short BulletNumber {
short get ();
void set (short value);
}
member BulletNumber : int16 with get, set
Property Value
Type:
Int16
See Also