Uses of Class
org.nuxeo.ecm.platform.pdf.PDFPageNumbering.PAGE_NUMBER_POSITION
-
Packages that use PDFPageNumbering.PAGE_NUMBER_POSITION Package Description org.nuxeo.ecm.platform.pdf -
-
Uses of PDFPageNumbering.PAGE_NUMBER_POSITION in org.nuxeo.ecm.platform.pdf
Methods in org.nuxeo.ecm.platform.pdf that return PDFPageNumbering.PAGE_NUMBER_POSITION Modifier and Type Method Description static PDFPageNumbering.PAGE_NUMBER_POSITION
PDFPageNumbering.PAGE_NUMBER_POSITION. valueOf(String name)
Returns the enum constant of this type with the specified name.static PDFPageNumbering.PAGE_NUMBER_POSITION[]
PDFPageNumbering.PAGE_NUMBER_POSITION. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.nuxeo.ecm.platform.pdf with parameters of type PDFPageNumbering.PAGE_NUMBER_POSITION Modifier and Type Method Description Blob
PDFPageNumbering. addPageNumbers(int inStartAtPage, int inStartAtNumber, String inFontName, float inFontSize, String inHex255Color, PDFPageNumbering.PAGE_NUMBER_POSITION inPosition)
Adds page numbers and returns a new Blob.
-