public class CTPageNumber extends Object implements Child
Java class for CT_PageNumber complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_PageNumber">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="fmt" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}NumberFormat" />
<attribute name="start" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="chapStyle" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="chapSep" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_ChapterSep" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STChapterSep |
chapSep |
protected BigInteger |
chapStyle |
protected NumberFormat |
fmt |
protected BigInteger |
start |
| Constructor and Description |
|---|
CTPageNumber() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STChapterSep |
getChapSep()
Gets the value of the chapSep property.
|
BigInteger |
getChapStyle()
Gets the value of the chapStyle property.
|
NumberFormat |
getFmt()
Gets the value of the fmt property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
BigInteger |
getStart()
Gets the value of the start property.
|
void |
setChapSep(STChapterSep value)
Sets the value of the chapSep property.
|
void |
setChapStyle(BigInteger value)
Sets the value of the chapStyle property.
|
void |
setFmt(NumberFormat value)
Sets the value of the fmt property.
|
void |
setParent(Object parent) |
void |
setStart(BigInteger value)
Sets the value of the start property.
|
protected NumberFormat fmt
protected BigInteger start
protected BigInteger chapStyle
protected STChapterSep chapSep
public NumberFormat getFmt()
NumberFormatpublic void setFmt(NumberFormat value)
value - allowed object is
NumberFormatpublic BigInteger getStart()
BigIntegerpublic void setStart(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getChapStyle()
BigIntegerpublic void setChapStyle(BigInteger value)
value - allowed object is
BigIntegerpublic STChapterSep getChapSep()
STChapterSeppublic void setChapSep(STChapterSep value)
value - allowed object is
STChapterSeppublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.