public class CTTextAutonumberBullet extends Object
Java class for CT_TextAutonumberBullet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TextAutonumberBullet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextAutonumberScheme" />
<attribute name="startAt" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_TextBulletStartAtNum" default="1" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
startAt |
protected STTextAutonumberScheme |
type |
| Constructor and Description |
|---|
CTTextAutonumberBullet() |
| Modifier and Type | Method and Description |
|---|---|
int |
getStartAt()
Gets the value of the startAt property.
|
STTextAutonumberScheme |
getType()
Gets the value of the type property.
|
void |
setStartAt(Integer value)
Sets the value of the startAt property.
|
void |
setType(STTextAutonumberScheme value)
Sets the value of the type property.
|
protected STTextAutonumberScheme type
protected Integer startAt
public STTextAutonumberScheme getType()
STTextAutonumberSchemepublic void setType(STTextAutonumberScheme value)
value - allowed object is
STTextAutonumberSchemepublic int getStartAt()
IntegerCopyright © 2007-2019. All Rights Reserved.