Uses of Class
org.apache.fop.afp.modca.TagLogicalElement.State
Packages that use TagLogicalElement.State
Package
Description
Contains an AFP library.
Contains a collection of AFP Mixed Object Document Content Architecture (MO:DCA) structured objects.
-
Uses of TagLogicalElement.State in org.apache.fop.afp
Methods in org.apache.fop.afp with parameters of type TagLogicalElement.StateModifier and TypeMethodDescriptionvoid
DataStream.createPageGroupTagLogicalElement
(TagLogicalElement.State[] attributes) Creates a TagLogicalElement on the current page group.void
DataStream.createPageTagLogicalElement
(TagLogicalElement.State[] attributes) Creates a TagLogicalElement on the current page.Factory.createTagLogicalElement
(TagLogicalElement.State state) Creates a MO:DCATagLogicalElement
-
Uses of TagLogicalElement.State in org.apache.fop.afp.modca
Fields in org.apache.fop.afp.modca declared as TagLogicalElement.StateModifier and TypeFieldDescriptionprivate TagLogicalElement.State
TagLogicalElement.state
the params of the TLEMethods in org.apache.fop.afp.modca with parameters of type TagLogicalElement.StateModifier and TypeMethodDescriptionvoid
AbstractPageObject.createTagLogicalElement
(TagLogicalElement.State state) Creates a TagLogicalElement on the page.void
PageGroup.createTagLogicalElement
(TagLogicalElement.State state) Creates a TagLogicalElement on the page.Constructors in org.apache.fop.afp.modca with parameters of type TagLogicalElement.StateModifierConstructorDescriptionConstruct a tag logical element with the name and value specified.