Uses of Class
org.docx4j.wml.CTPageNumber
| Package | Description |
|---|---|
| org.docx4j.wml |
-
Uses of CTPageNumber in org.docx4j.wml
Fields in org.docx4j.wml declared as CTPageNumber Modifier and Type Field Description protected CTPageNumberSectPr. pgNumTypeprotected CTPageNumberSectPrBase. pgNumTypeMethods in org.docx4j.wml that return CTPageNumber Modifier and Type Method Description CTPageNumberObjectFactory. createCTPageNumber()Create an instance ofCTPageNumberCTPageNumberSectPr. getPgNumType()Gets the value of the pgNumType property.CTPageNumberSectPrBase. getPgNumType()Gets the value of the pgNumType property.Methods in org.docx4j.wml with parameters of type CTPageNumber Modifier and Type Method Description voidSectPr. setPgNumType(CTPageNumber value)Sets the value of the pgNumType property.voidSectPrBase. setPgNumType(CTPageNumber value)Sets the value of the pgNumType property.