public class PBPageFeaturesObjectAdapter extends Object
| Constructor and Description |
|---|
PBPageFeaturesObjectAdapter(PDPage page,
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() |
double[] |
getMediaBox() |
InputStream |
getMetadataStream() |
Set<String> |
getPatternChild() |
Set<String> |
getPropertiesChild() |
Long |
getRotation() |
Double |
getScaling() |
Set<String> |
getShadingChild() |
String |
getThumb() |
double[] |
getTrimBox() |
Set<String> |
getXObjectChild() |
boolean |
isPDFObjectPresent() |
public PBPageFeaturesObjectAdapter(PDPage page,
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 - pdfbox 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()
public int getIndex()
public double[] getMediaBox()
public double[] getCropBox()
public double[] getTrimBox()
public double[] getBleedBox()
public double[] getArtBox()
public Long getRotation()
public Double getScaling()
public InputStream getMetadataStream()
public boolean isPDFObjectPresent()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.