AutoNumberedBulletValue Class
AutoNumberedBulletValue class
Represents automatic numbered bullet.
type AutoNumberedBulletValue struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewAutoNumberedBulletValue | Default constructor. |
| NewAutoNumberedBulletValue_BulletValue | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Gets the type of the bullet. |
| GetStartAt | Gets and sets the starting number of the bullet. |
| SetStartAt | Gets and sets the starting number of the bullet. |
| GetAutonumberScheme | Represents the scheme of automatic number. |
| SetAutonumberScheme | Represents the scheme of automatic number. |