Class PDFPageExtension
- java.lang.Object
-
public class PDFPageExtension extends PDFDictionaryExtension
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_PAGE_NUMBERS
-
Fields inherited from class org.apache.fop.render.pdf.extensions.PDFDictionaryExtension
PROPERTY_ID
-
Fields inherited from class org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
PROPERTY_KEY
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matchesPageNumber(int pageNumber)
Determine if page dictionary and page number matches.-
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFDictionaryExtension
addEntry, findEntry, findEntryValue, getDictionaryType, getElementName, getEntries, getLastEntry, getProperty, getValue, setProperty, setValue, usesIDAttribute
-
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFCollectionEntryExtension
getKey, setKey
-
Methods inherited from class org.apache.fop.render.pdf.extensions.PDFObjectExtension
getType, getValueAsBoolean, getValueAsNumber, getValueAsString, getValueAsXMLEscapedString
-
-
-
-
Field Detail
-
PROPERTY_PAGE_NUMBERS
public static final java.lang.String PROPERTY_PAGE_NUMBERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
matchesPageNumber
public boolean matchesPageNumber(int pageNumber)
Determine if page dictionary and page number matches.- Parameters:
pageNumber
- page number, where first page number is 1- Returns:
- true if this dictionary is a page dictionary and specified page number matches specified page-number property
-
-