| Package | Description |
|---|---|
| org.verapdf.features | |
| org.verapdf.features.config | |
| org.verapdf.features.pb.objects | |
| org.verapdf.features.tools |
| Modifier and Type | Method and Description |
|---|---|
FeaturesObjectTypesEnum |
FeaturesExtractor.getType() |
FeaturesObjectTypesEnum |
IFeaturesObject.getType() |
static FeaturesObjectTypesEnum |
FeaturesObjectTypesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeaturesObjectTypesEnum[] |
FeaturesObjectTypesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FeaturesConfig.isFeaturesEnabledForType(FeaturesObjectTypesEnum type) |
| Modifier and Type | Method and Description |
|---|---|
FeaturesObjectTypesEnum |
PBSignatureFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBTilingPatternFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBShadingPatternFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBShadingFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBPropertiesDictFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBPostScriptXObjectFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBPageFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBOutputIntentsFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBOutlinesFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBMetadataFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBLowLvlInfoFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBInfoDictFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBImageXObjectFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBICCProfileFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBFormXObjectFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBFontFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBExtGStateFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBEmbeddedFileFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBDocSecurityFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBColorSpaceFeaturesObject.getType() |
FeaturesObjectTypesEnum |
PBAnnotationFeaturesObject.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturesCollection.addNewError(FeaturesObjectTypesEnum type,
String errorID)
Add new error to feature type
|
void |
FeaturesCollection.addNewFeatureTree(FeaturesObjectTypesEnum type,
FeatureTreeNode root)
Add new feature tree for a type
|
List<String> |
FeaturesCollection.getErrorsForType(FeaturesObjectTypesEnum type)
Gets list of feature trees for the type
|
List<FeatureTreeNode> |
FeaturesCollection.getFeatureTreesForType(FeaturesObjectTypesEnum type)
Gets list of feature trees for the type
|
Copyright © 2015–2016 The veraPDF Consortium. All rights reserved.