Uses of Class
org.apache.fop.afp.modca.Registry.ObjectType
-
Packages that use Registry.ObjectType Package Description org.apache.fop.afp Contains an AFP library.org.apache.fop.afp.modca Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.org.apache.fop.afp.modca.triplets Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) triplet classes. -
-
Uses of Registry.ObjectType in org.apache.fop.afp
Methods in org.apache.fop.afp that return Registry.ObjectType Modifier and Type Method Description Registry.ObjectType
AFPDataObjectInfo. getObjectType()
Convenience method to return the object typeMethods in org.apache.fop.afp with parameters of type Registry.ObjectType Modifier and Type Method Description ResourceObject
AFPDataObjectFactory. createResource(AbstractNamedAFPObject namedObj, AFPResourceInfo resourceInfo, Registry.ObjectType objectType)
Creates a resource object wrapper for named includable data objects -
Uses of Registry.ObjectType in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca that return Registry.ObjectType Modifier and Type Method Description Registry.ObjectType
Registry. getObjectType(java.lang.String mimeType)
Returns the MOD:CA object type given a mimetypeMethods in org.apache.fop.afp.modca with parameters of type Registry.ObjectType Modifier and Type Method Description void
AbstractTripletStructuredObject. setObjectClassification(byte objectClass, Registry.ObjectType objectType, boolean dataInContainer, boolean containerHasOEG, boolean dataInOCD)
Sets the objects classification -
Uses of Registry.ObjectType in org.apache.fop.afp.modca.triplets
Constructors in org.apache.fop.afp.modca.triplets with parameters of type Registry.ObjectType Constructor Description ObjectClassificationTriplet(byte objectClass, Registry.ObjectType objectType, boolean dataInContainer, boolean containerHasOEG, boolean dataInOCD)
Main constructorObjectClassificationTriplet(byte objectClass, Registry.ObjectType objectType, boolean dataInContainer, boolean containerHasOEG, boolean dataInOCD, java.lang.String objLev, java.lang.String compName)
Fully parameterized constructor
-