Package org.docx4j.wml
Class CTPageNumber
java.lang.Object
org.docx4j.wml.CTPageNumber
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected STChapterSepprotected BigIntegerprotected NumberFormatprotected BigInteger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the chapSep property.Gets the value of the chapStyle property.getFmt()Gets the value of the fmt property.Gets the parent object in the object tree representing the unmarshalled xml document.getStart()Gets the value of the start property.voidsetChapSep(STChapterSep value) Sets the value of the chapSep property.voidsetChapStyle(BigInteger value) Sets the value of the chapStyle property.voidsetFmt(NumberFormat value) Sets the value of the fmt property.voidvoidsetStart(BigInteger value) Sets the value of the start property.
-
Field Details
-
fmt
-
start
-
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
Gets the value of the start property.- Returns:
- possible object is
BigInteger
-
setStart
Sets the value of the start property.- Parameters:
value- allowed object isBigInteger
-
getChapStyle
Gets the value of the chapStyle property.- Returns:
- possible object is
BigInteger
-
setChapStyle
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-