public class CTPageNumber extends java.lang.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 java.math.BigInteger |
chapStyle |
protected NumberFormat |
fmt |
protected java.math.BigInteger |
start |
| Constructor and Description |
|---|
CTPageNumber() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.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.
|
java.math.BigInteger |
getChapStyle()
Gets the value of the chapStyle property.
|
NumberFormat |
getFmt()
Gets the value of the fmt property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.math.BigInteger |
getStart()
Gets the value of the start property.
|
void |
setChapSep(STChapterSep value)
Sets the value of the chapSep property.
|
void |
setChapStyle(java.math.BigInteger value)
Sets the value of the chapStyle property.
|
void |
setFmt(NumberFormat value)
Sets the value of the fmt property.
|
void |
setParent(java.lang.Object parent) |
void |
setStart(java.math.BigInteger value)
Sets the value of the start property.
|
protected NumberFormat fmt
protected java.math.BigInteger start
protected java.math.BigInteger chapStyle
protected STChapterSep chapSep
public NumberFormat getFmt()
NumberFormatpublic void setFmt(NumberFormat value)
value - allowed object is
NumberFormatpublic java.math.BigInteger getStart()
BigIntegerpublic void setStart(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getChapStyle()
BigIntegerpublic void setChapStyle(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic STChapterSep getChapSep()
STChapterSeppublic void setChapSep(STChapterSep value)
value - allowed object is
STChapterSeppublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.