| Package | Description |
|---|---|
| org.verapdf.features | |
| org.verapdf.features.objects | |
| org.verapdf.policy |
| Modifier and Type | Method and Description |
|---|---|
FeatureObjectType |
AbstractFeaturesExtractor.getType() |
static FeatureObjectType |
FeatureObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureObjectType[] |
FeatureObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<FeatureObjectType> |
FeatureExtractorConfig.getEnabledFeatures() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureExtractionResult.addNewError(FeatureObjectType type,
String errorID)
Add new error to feature type
|
void |
FeatureExtractionResult.addNewFeatureTree(FeatureObjectType type,
FeatureTreeNode root)
Add new feature tree for a type
|
List<String> |
FeatureExtractionResult.getErrorsForType(FeatureObjectType type)
Gets list of feature trees for the type
|
List<FeatureTreeNode> |
FeatureExtractionResult.getFeatureTreesForType(FeatureObjectType type)
Gets list of feature trees for the type
|
boolean |
FeatureExtractorConfig.isFeatureEnabled(FeatureObjectType type) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureExtractorConfig |
FeatureFactory.configFromValues(EnumSet<FeatureObjectType> enabledFeatures) |
boolean |
FeatureExtractorConfig.isAnyFeatureEnabled(EnumSet<FeatureObjectType> types) |
| Modifier and Type | Method and Description |
|---|---|
FeatureObjectType |
AnnotationFeaturesObject.getType() |
FeatureObjectType |
ColorSpaceFeaturesObject.getType() |
FeatureObjectType |
DocSecurityFeaturesObject.getType() |
FeatureObjectType |
EmbeddedFileFeaturesObject.getType() |
FeatureObjectType |
ExtGStateFeaturesObject.getType() |
abstract FeatureObjectType |
FeaturesObject.getType() |
FeatureObjectType |
FontFeaturesObject.getType() |
FeatureObjectType |
FormXObjectFeaturesObject.getType() |
FeatureObjectType |
ICCProfileFeaturesObject.getType() |
FeatureObjectType |
ImageXObjectFeaturesObject.getType() |
FeatureObjectType |
InfoDictFeaturesObject.getType() |
FeatureObjectType |
LowLvlInfoFeaturesObject.getType() |
FeatureObjectType |
MetadataFeaturesObject.getType() |
FeatureObjectType |
OutlinesFeaturesObject.getType() |
FeatureObjectType |
OutputIntentFeaturesObject.getType() |
FeatureObjectType |
PageFeaturesObject.getType() |
FeatureObjectType |
PostScriptFeaturesObject.getType() |
FeatureObjectType |
PropertiesDictFeaturesObject.getType() |
FeatureObjectType |
ShadingFeaturesObject.getType() |
FeatureObjectType |
ShadingPatternFeaturesObject.getType() |
FeatureObjectType |
SignatureFeaturesObject.getType() |
FeatureObjectType |
TilingPatternFeaturesObject.getType() |
| Modifier and Type | Method and Description |
|---|---|
static List<Feature> |
FeaturesStructureContainer.getFeaturesListForType(FeatureObjectType type) |
| Modifier and Type | Method and Description |
|---|---|
FeatureObjectType |
SchematronGenerator.Assertion.getFeatureType() |
| Constructor and Description |
|---|
Assertion(FeatureObjectType featureType,
Feature feature,
SchematronOperation operation,
String argument) |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.