Uses of Class
org.apache.fop.afp.modca.AbstractDescriptor
-
Packages that use AbstractDescriptor Package Description org.apache.fop.afp.modca Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects. -
-
Uses of AbstractDescriptor in org.apache.fop.afp.modca
Subclasses of AbstractDescriptor in org.apache.fop.afp.modca Modifier and Type Class Description class
ContainerDataDescriptor
Container data descriptor (to maintain compatibility with pre-year 2000 applications)class
GraphicsDataDescriptor
GOCA Graphics Data Descriptorclass
ImageDataDescriptor
ImageDataDescriptorclass
ObjectAreaDescriptor
The Object Area Descriptor structured field specifies the size and attributes of an object area presentation space.class
PageDescriptor
The Page Descriptor structured field specifies the size and attributes of a page or overlay presentation space.class
PresentationTextDescriptor
The Presentation Text Descriptor specifies the units of measure for the Presentation Text object space, the size of the Presentation Text object space, and the initial values for modal parameters, called initial text conditions.Methods in org.apache.fop.afp.modca with parameters of type AbstractDescriptor Modifier and Type Method Description void
ObjectEnvironmentGroup. setDataDescriptor(AbstractDescriptor dataDescriptor)
Sets the data descriptor
-