Uses of Class
org.apache.fop.afp.modca.triplets.AbstractTriplet
-
Packages that use AbstractTriplet Package Description 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 AbstractTriplet in org.apache.fop.afp.modca
Subclasses of AbstractTriplet in org.apache.fop.afp.modca Modifier and Type Class Description static classActiveEnvironmentGroup.FontFullyQualifiedNameTripletFields in org.apache.fop.afp.modca with type parameters of type AbstractTriplet Modifier and Type Field Description protected java.util.List<AbstractTriplet>AbstractTripletStructuredObject. tripletslist of object tripletsMethods in org.apache.fop.afp.modca that return types with arguments of type AbstractTriplet Modifier and Type Method Description protected java.util.List<AbstractTriplet>AbstractTripletStructuredObject. getTriplets()Methods in org.apache.fop.afp.modca with parameters of type AbstractTriplet Modifier and Type Method Description voidAbstractTripletStructuredObject. addTriplet(AbstractTriplet triplet)Adds a triplet to this structured objectMethod parameters in org.apache.fop.afp.modca with type arguments of type AbstractTriplet Modifier and Type Method Description voidAbstractTripletStructuredObject. addTriplets(java.util.Collection<AbstractTriplet> tripletCollection)Adds a list of triplets to the triplets contained within this structured field -
Uses of AbstractTriplet in org.apache.fop.afp.modca.triplets
Subclasses of AbstractTriplet in org.apache.fop.afp.modca.triplets Modifier and Type Class Description classAttributeQualifierTripletThe attribute qualifier triplet is used to specify a qualifier for a document attribute.classAttributeValueTripletThe attribute value triplet is used to specify a value for a document attribute.classCommentTripletAn inline comment triplet.classDescriptorPositionTripletAssociates an ObjectAreaPosition with and ObjectAreaDescriptor structured fieldclassEncodingTripletRepresents a CCSID encoding triplet.classExtendedResourceLocalIdentifierTripletThe Extended Resource Local Identifier triplet specifies a resource type and a four byte local identifier or LID.classFullyQualifiedNameTripletA Fully Qualified Name triplet enable the identification and referencing of objects using Gloabl Identifiers (GIDs).classMappingOptionTripletSpecifies the mapping of data object presentation space to object areaclassMeasurementUnitsTripletThe Measurement Units triplet is used to specify the units of measure for a presentation spaceclassObjectAreaSizeTripletThe Object Area Size triplet is used to specify the extent of an object area in the X and Y directionsclassObjectByteExtentTripletThe Object Byte Extent triplet is used to specify the number of bytes contained in an objectclassObjectClassificationTripletThe Object Classification is used to classify and identify object data.classPresentationSpaceMixingRulesTripletThis triplet is used to specify the resulting appearance when data in a new presentation space is merged with data in an existing presentation space.classPresentationSpaceResetMixingTripletThis triplet is used to specify the resulting appearance when data in a new presentation space is merged with data in an existing presentation space.classResourceObjectTypeTripletA Resource Object Type Triplet
-