Uses of Class
org.docx4j.wml.CTPageNumber
Packages that use CTPageNumber
-
Uses of CTPageNumber in org.docx4j.wml
Fields in org.docx4j.wml declared as CTPageNumberModifier and TypeFieldDescriptionprotected CTPageNumberSectPr.pgNumTypeprotected CTPageNumberSectPrBase.pgNumTypeMethods in org.docx4j.wml that return CTPageNumberModifier and TypeMethodDescriptionObjectFactory.createCTPageNumber()Create an instance ofCTPageNumberSectPr.getPgNumType()Gets the value of the pgNumType property.SectPrBase.getPgNumType()Gets the value of the pgNumType property.Methods in org.docx4j.wml with parameters of type CTPageNumberModifier and TypeMethodDescriptionvoidSectPr.setPgNumType(CTPageNumber value) Sets the value of the pgNumType property.voidSectPrBase.setPgNumType(CTPageNumber value) Sets the value of the pgNumType property.