public class FeaturesConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FeaturesConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FeaturesConfig |
fromXml(InputStream toConvert)
Converts XML file to PluginsCollectionConfig,
|
static FeaturesConfig |
fromXml(String toConvert)
Converts XML file to PluginsCollectionConfig,
|
boolean |
isAnnotationsEnabled() |
boolean |
isColorSpacesEnabled() |
boolean |
isDocumentSecurityEnabled() |
boolean |
isEmbeddedFilesEnabled() |
boolean |
isFeaturesEnabled() |
boolean |
isFeaturesEnabledForType(FeaturesObjectTypesEnum type) |
boolean |
isFontsEnabled() |
boolean |
isGraphicsStatesEnabled() |
boolean |
isIccProfilesEnabled() |
boolean |
isInformationDictEnabled() |
boolean |
isLowLevelInfoEnabled() |
boolean |
isMetadataEnabled() |
boolean |
isOutlinesEnabled() |
boolean |
isOutputIntentsEnabled() |
boolean |
isPagesEnabled() |
boolean |
isPatternsEnabled() |
boolean |
isPropertiesDictsEnabled() |
boolean |
isShadingsEnabled() |
boolean |
isSignaturesEnabled() |
boolean |
isXobjectsEnabled() |
static String |
toXml(FeaturesConfig toConvert,
Boolean prettyXml)
Converts PluginsCollectionConfig to XML,
|
static void |
toXml(FeaturesConfig toConvert,
OutputStream stream,
Boolean prettyXml)
Converts PluginsCollectionConfig to XML,
|
public boolean isFeaturesEnabledForType(FeaturesObjectTypesEnum type)
public boolean isFeaturesEnabled()
public boolean isInformationDictEnabled()
public boolean isMetadataEnabled()
public boolean isDocumentSecurityEnabled()
public boolean isSignaturesEnabled()
public boolean isLowLevelInfoEnabled()
public boolean isEmbeddedFilesEnabled()
public boolean isIccProfilesEnabled()
public boolean isOutputIntentsEnabled()
public boolean isOutlinesEnabled()
public boolean isAnnotationsEnabled()
public boolean isPagesEnabled()
public boolean isGraphicsStatesEnabled()
public boolean isColorSpacesEnabled()
public boolean isPatternsEnabled()
public boolean isShadingsEnabled()
public boolean isXobjectsEnabled()
public boolean isFontsEnabled()
public boolean isPropertiesDictsEnabled()
public static String toXml(FeaturesConfig toConvert, Boolean prettyXml) throws JAXBException, IOException
JAXBExceptionIOExceptionfor more detailspublic static FeaturesConfig fromXml(String toConvert) throws JAXBException
JAXBExceptionfor more detailspublic static void toXml(FeaturesConfig toConvert, OutputStream stream, Boolean prettyXml) throws JAXBException
JAXBExceptionfor more detailspublic static FeaturesConfig fromXml(InputStream toConvert) throws JAXBException
JAXBExceptionfor more detailsCopyright © 2015–2016 The veraPDF Consortium. All rights reserved.