Uses of Class
org.apache.fop.afp.modca.TagLogicalElement.State
-
Packages that use TagLogicalElement.State 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. -
-
Uses of TagLogicalElement.State in org.apache.fop.afp
Methods in org.apache.fop.afp with parameters of type TagLogicalElement.State Modifier and Type Method Description void
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.TagLogicalElement
Factory. createTagLogicalElement(TagLogicalElement.State state)
Creates a MO:DCATagLogicalElement
-
Uses of TagLogicalElement.State in org.apache.fop.afp.modca
Methods in org.apache.fop.afp.modca with parameters of type TagLogicalElement.State Modifier and Type Method Description void
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.State Constructor Description TagLogicalElement(TagLogicalElement.State state)
Construct a tag logical element with the name and value specified.
-