Package org.verapdf.features.objects
Interface FormXObjectFeaturesObjectAdapter
-
- All Superinterfaces:
FeaturesObjectAdapter
public interface FormXObjectFeaturesObjectAdapter extends FeaturesObjectAdapter
- Author:
- Maksim Bezrukov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]getBBox()Set<String>getColorSpaceChild()Set<String>getExtGStateChild()Set<String>getFontChild()StringgetGroupColorSpaceChild()StringgetGroupSubtype()StringgetId()double[]getMatrix()InputStreamgetMetadataStream()Set<String>getPatternChild()Set<String>getPropertiesChild()Set<String>getShadingChild()LonggetStructParents()Set<String>getXObjectChild()booleanisGroupPresent()booleanisTransparencyGroupIsolated()booleanisTransparencyGroupKnockout()-
Methods inherited from interface org.verapdf.features.objects.FeaturesObjectAdapter
getErrors, isPDFObjectPresent
-
-
-
-
Method Detail
-
getId
String getId()
-
getMetadataStream
InputStream getMetadataStream()
-
getGroupColorSpaceChild
String getGroupColorSpaceChild()
-
getBBox
double[] getBBox()
-
getMatrix
double[] getMatrix()
-
isGroupPresent
boolean isGroupPresent()
-
getGroupSubtype
String getGroupSubtype()
-
isTransparencyGroupIsolated
boolean isTransparencyGroupIsolated()
-
isTransparencyGroupKnockout
boolean isTransparencyGroupKnockout()
-
getStructParents
Long getStructParents()
-
-