Package org.verapdf.features.objects
Interface PageFeaturesObjectAdapter
-
- All Superinterfaces:
FeaturesObjectAdapter
- All Known Implementing Classes:
GFPageFeaturesObjectAdapter
public interface PageFeaturesObjectAdapter extends FeaturesObjectAdapter
- Author:
- Maksim Bezrukov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>getAnnotsId()double[]getArtBox()double[]getBleedBox()Set<String>getColorSpaceChild()double[]getCropBox()Set<String>getExtGStateChild()Set<String>getFontChild()intgetIndex()StringgetLabel()double[]getMediaBox()InputStreamgetMetadataStream()Set<String>getPatternChild()Set<String>getPropertiesChild()LonggetRotation()DoublegetScaling()Set<String>getShadingChild()StringgetThumb()StringgetTransitionStyle()double[]getTrimBox()Set<String>getXObjectChild()-
Methods inherited from interface org.verapdf.features.objects.FeaturesObjectAdapter
getErrors, isPDFObjectPresent
-
-
-
-
Method Detail
-
getThumb
String getThumb()
-
getIndex
int getIndex()
-
getLabel
String getLabel()
-
getTransitionStyle
String getTransitionStyle()
-
getMediaBox
double[] getMediaBox()
-
getCropBox
double[] getCropBox()
-
getTrimBox
double[] getTrimBox()
-
getBleedBox
double[] getBleedBox()
-
getArtBox
double[] getArtBox()
-
getRotation
Long getRotation()
-
getScaling
Double getScaling()
-
getMetadataStream
InputStream getMetadataStream()
-
-