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 voidDataStream. createPageGroupTagLogicalElement(TagLogicalElement.State[] attributes)Creates a TagLogicalElement on the current page group.voidDataStream. createPageTagLogicalElement(TagLogicalElement.State[] attributes)Creates a TagLogicalElement on the current page.TagLogicalElementFactory. 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.State Modifier and Type Field Description private TagLogicalElement.StateTagLogicalElement. statethe params of the TLEMethods in org.apache.fop.afp.modca with parameters of type TagLogicalElement.State Modifier and Type Method Description voidAbstractPageObject. createTagLogicalElement(TagLogicalElement.State state)Creates a TagLogicalElement on the page.voidPageGroup. 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.
-