public class GFPageFeaturesObjectAdapter extends Object implements PageFeaturesObjectAdapter
| Constructor and Description |
|---|
GFPageFeaturesObjectAdapter(PDPage page,
String label,
String thumb,
Set<String> annotsId,
Set<String> extGStateChild,
Set<String> colorSpaceChild,
Set<String> patternChild,
Set<String> shadingChild,
Set<String> xobjectChild,
Set<String> fontChild,
Set<String> propertiesChild,
int index)
Constructs new Page Feature Object
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAnnotsId() |
double[] |
getArtBox() |
double[] |
getBleedBox() |
Set<String> |
getColorSpaceChild() |
double[] |
getCropBox() |
List<String> |
getErrors() |
Set<String> |
getExtGStateChild() |
Set<String> |
getFontChild() |
int |
getIndex() |
String |
getLabel() |
double[] |
getMediaBox() |
InputStream |
getMetadataStream() |
Set<String> |
getPatternChild() |
Set<String> |
getPropertiesChild() |
Long |
getRotation() |
Double |
getScaling() |
Set<String> |
getShadingChild() |
String |
getThumb() |
String |
getTransitionStyle() |
double[] |
getTrimBox() |
Set<String> |
getXObjectChild() |
boolean |
isPDFObjectPresent() |
public GFPageFeaturesObjectAdapter(PDPage page, String label, String thumb, Set<String> annotsId, Set<String> extGStateChild, Set<String> colorSpaceChild, Set<String> patternChild, Set<String> shadingChild, Set<String> xobjectChild, Set<String> fontChild, Set<String> propertiesChild, int index)
page - class represents page objectthumb - thumbnail image idannotsId - set of annotations id which contains in this pageextGStateChild - set of external graphics state id which contains in resource dictionary of this pagecolorSpaceChild - set of ColorSpace id which contains in resource dictionary of this pagepatternChild - set of pattern id which contains in resource dictionary of this pageshadingChild - set of shading id which contains in resource dictionary of this pagexobjectChild - set of XObject id which contains in resource dictionary of this pagefontChild - set of font id which contains in resource dictionary of this pagepropertiesChild - set of properties id which contains in resource dictionary of this pageindex - page indexpublic String getThumb()
getThumb in interface PageFeaturesObjectAdapterpublic Set<String> getAnnotsId()
getAnnotsId in interface PageFeaturesObjectAdapterpublic Set<String> getExtGStateChild()
getExtGStateChild in interface PageFeaturesObjectAdapterpublic Set<String> getColorSpaceChild()
getColorSpaceChild in interface PageFeaturesObjectAdapterpublic Set<String> getPatternChild()
getPatternChild in interface PageFeaturesObjectAdapterpublic Set<String> getShadingChild()
getShadingChild in interface PageFeaturesObjectAdapterpublic Set<String> getXObjectChild()
getXObjectChild in interface PageFeaturesObjectAdapterpublic Set<String> getFontChild()
getFontChild in interface PageFeaturesObjectAdapterpublic Set<String> getPropertiesChild()
getPropertiesChild in interface PageFeaturesObjectAdapterpublic int getIndex()
getIndex in interface PageFeaturesObjectAdapterpublic String getLabel()
getLabel in interface PageFeaturesObjectAdapterpublic String getTransitionStyle()
getTransitionStyle in interface PageFeaturesObjectAdapterpublic double[] getMediaBox()
getMediaBox in interface PageFeaturesObjectAdapterpublic double[] getCropBox()
getCropBox in interface PageFeaturesObjectAdapterpublic double[] getTrimBox()
getTrimBox in interface PageFeaturesObjectAdapterpublic double[] getBleedBox()
getBleedBox in interface PageFeaturesObjectAdapterpublic double[] getArtBox()
getArtBox in interface PageFeaturesObjectAdapterpublic Long getRotation()
getRotation in interface PageFeaturesObjectAdapterpublic Double getScaling()
getScaling in interface PageFeaturesObjectAdapterpublic InputStream getMetadataStream()
getMetadataStream in interface PageFeaturesObjectAdapterpublic boolean isPDFObjectPresent()
isPDFObjectPresent in interface FeaturesObjectAdapterpublic List<String> getErrors()
getErrors in interface FeaturesObjectAdapterCopyright © 2015–2020 The veraPDF Consortium. All rights reserved.