Package org.docx4j.wml
Class CTPageNumber
java.lang.Object
org.docx4j.wml.CTPageNumber
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected STChapterSepchapSepprotected java.math.BigIntegerchapStyleprotected NumberFormatfmtprotected java.math.BigIntegerstart -
Constructor Summary
Constructors Constructor Description CTPageNumber() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STChapterSepgetChapSep()Gets the value of the chapSep property.java.math.BigIntegergetChapStyle()Gets the value of the chapStyle property.NumberFormatgetFmt()Gets the value of the fmt property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.math.BigIntegergetStart()Gets the value of the start property.voidsetChapSep(STChapterSep value)Sets the value of the chapSep property.voidsetChapStyle(java.math.BigInteger value)Sets the value of the chapStyle property.voidsetFmt(NumberFormat value)Sets the value of the fmt property.voidsetParent(java.lang.Object parent)voidsetStart(java.math.BigInteger value)Sets the value of the start property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
fmt
-
start
protected java.math.BigInteger start -
chapStyle
protected java.math.BigInteger chapStyle -
chapSep
-
-
Constructor Details
-
CTPageNumber
public CTPageNumber()
-
-
Method Details
-
getFmt
Gets the value of the fmt property.- Returns:
- possible object is
NumberFormat
-
setFmt
Sets the value of the fmt property.- Parameters:
value- allowed object isNumberFormat
-
getStart
public java.math.BigInteger getStart()Gets the value of the start property.- Returns:
- possible object is
BigInteger
-
setStart
public void setStart(java.math.BigInteger value)Sets the value of the start property.- Parameters:
value- allowed object isBigInteger
-
getChapStyle
public java.math.BigInteger getChapStyle()Gets the value of the chapStyle property.- Returns:
- possible object is
BigInteger
-
setChapStyle
public void setChapStyle(java.math.BigInteger value)Sets the value of the chapStyle property.- Parameters:
value- allowed object isBigInteger
-
getChapSep
Gets the value of the chapSep property.- Returns:
- possible object is
STChapterSep
-
setChapSep
Sets the value of the chapSep property.- Parameters:
value- allowed object isSTChapterSep
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-