Package | Description |
---|---|
org.nuxeo.ecm.platform.pdf |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2016 Nuxeo SA. All rights reserved.