Uses of Class
org.plutext.jaxb.xslfo.DominantBaselineType
-
Uses of DominantBaselineType in org.plutext.jaxb.xslfo
Fields in org.plutext.jaxb.xslfo declared as DominantBaselineType Modifier and Type Field Description protected DominantBaselineTypeBasicLink. dominantBaselineprotected DominantBaselineTypeCharacter. dominantBaselineprotected DominantBaselineTypeExternalGraphic. dominantBaselineprotected DominantBaselineTypeInline. dominantBaselineprotected DominantBaselineTypeInlineContainer. dominantBaselineprotected DominantBaselineTypeInstreamForeignObject. dominantBaselineprotected DominantBaselineTypeLeader. dominantBaselineprotected DominantBaselineTypePageNumber. dominantBaselineprotected DominantBaselineTypePageNumberCitation. dominantBaselineMethods in org.plutext.jaxb.xslfo that return DominantBaselineType Modifier and Type Method Description static DominantBaselineTypeDominantBaselineType. fromValue(java.lang.String v)DominantBaselineTypeBasicLink. getDominantBaseline()Gets the value of the dominantBaseline property.DominantBaselineTypeCharacter. getDominantBaseline()Gets the value of the dominantBaseline property.DominantBaselineTypeExternalGraphic. getDominantBaseline()Gets the value of the dominantBaseline property.DominantBaselineTypeInline. getDominantBaseline()Gets the value of the dominantBaseline property.DominantBaselineTypeInlineContainer. getDominantBaseline()Gets the value of the dominantBaseline property.DominantBaselineTypeInstreamForeignObject. getDominantBaseline()Gets the value of the dominantBaseline property.DominantBaselineTypeLeader. getDominantBaseline()Gets the value of the dominantBaseline property.DominantBaselineTypePageNumber. getDominantBaseline()Gets the value of the dominantBaseline property.DominantBaselineTypePageNumberCitation. getDominantBaseline()Gets the value of the dominantBaseline property.static DominantBaselineTypeDominantBaselineType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DominantBaselineType[]DominantBaselineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.plutext.jaxb.xslfo with parameters of type DominantBaselineType Modifier and Type Method Description voidBasicLink. setDominantBaseline(DominantBaselineType value)Sets the value of the dominantBaseline property.voidCharacter. setDominantBaseline(DominantBaselineType value)Sets the value of the dominantBaseline property.voidExternalGraphic. setDominantBaseline(DominantBaselineType value)Sets the value of the dominantBaseline property.voidInline. setDominantBaseline(DominantBaselineType value)Sets the value of the dominantBaseline property.voidInlineContainer. setDominantBaseline(DominantBaselineType value)Sets the value of the dominantBaseline property.voidInstreamForeignObject. setDominantBaseline(DominantBaselineType value)Sets the value of the dominantBaseline property.voidLeader. setDominantBaseline(DominantBaselineType value)Sets the value of the dominantBaseline property.voidPageNumber. setDominantBaseline(DominantBaselineType value)Sets the value of the dominantBaseline property.voidPageNumberCitation. setDominantBaseline(DominantBaselineType value)Sets the value of the dominantBaseline property.