BulletFormatNumberedBulletStartWith Property |
Returns or sets the first number which is used for group of numbered bullets with no inheritance.
Read/write
Int16.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic short NumberedBulletStartWith { get; set; }
Public Property NumberedBulletStartWith As Short
Get
Set
public:
virtual property short NumberedBulletStartWith {
short get () sealed;
void set (short value) sealed;
}
abstract NumberedBulletStartWith : int16 with get, set
override NumberedBulletStartWith : int16 with get, set
Property Value
Type:
Int16Implements
IBulletFormatNumberedBulletStartWith
See Also