Package org.verapdf.model.alayer
Interface ADeviceNMixingHints
-
- All Known Implementing Classes:
GFADeviceNMixingHints
public interface ADeviceNMixingHints extends AObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleangetcontainsDotGain()BooleangetcontainsPrintingOrder()BooleangetcontainsSolidities()BooleangetDotGainHasTypeDictionary()BooleangetPrintingOrderHasTypeArray()BooleangetSoliditiesHasTypeDictionary()-
Methods inherited from interface org.verapdf.model.alayer.AObject
getfileSize, getisEncryptedWrapper, getisPDFTagged, getkeyName, getkeysString, getnotStandard14Font, getnumberOfPages, getsize
-
Methods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
-
-
-
Method Detail
-
getcontainsDotGain
Boolean getcontainsDotGain()
-
getDotGainHasTypeDictionary
Boolean getDotGainHasTypeDictionary()
-
getcontainsPrintingOrder
Boolean getcontainsPrintingOrder()
-
getPrintingOrderHasTypeArray
Boolean getPrintingOrderHasTypeArray()
-
getcontainsSolidities
Boolean getcontainsSolidities()
-
getSoliditiesHasTypeDictionary
Boolean getSoliditiesHasTypeDictionary()
-
-