Class PDFPageExtension
-
Field Summary
FieldsFields inherited from class PDFDictionaryExtension
PROPERTY_IDFields inherited from class PDFCollectionEntryExtension
PROPERTY_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatchesPageNumber(int pageNumber) Determine if page dictionary and page number matches.Methods inherited from class PDFDictionaryExtension
addEntry, findEntry, findEntryValue, getDictionaryType, getElementName, getEntries, getExtension, getLastEntry, getProperty, getValue, setExtension, setProperty, setValue, usesIDAttributeMethods inherited from class PDFCollectionEntryExtension
getKey, setKeyMethods inherited from class PDFObjectExtension
getType, getValueAsBoolean, getValueAsNumber, getValueAsString, getValueAsXMLEscapedString
-
Field Details
-
PROPERTY_PAGE_NUMBERS
- See Also:
-
-
Constructor Details
-
PDFPageExtension
PDFPageExtension()
-
-
Method Details
-
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
-