Uses of Class
org.plutext.jaxb.xslfo.TextDecorationType
-
Uses of TextDecorationType in org.plutext.jaxb.xslfo
Fields in org.plutext.jaxb.xslfo declared as TextDecorationType Modifier and Type Field Description protected TextDecorationTypeCharacter. textDecorationprotected TextDecorationTypeInitialPropertySet. textDecorationprotected TextDecorationTypeInline. textDecorationprotected TextDecorationTypePageNumber. textDecorationprotected TextDecorationTypePageNumberCitation. textDecorationMethods in org.plutext.jaxb.xslfo that return TextDecorationType Modifier and Type Method Description static TextDecorationTypeTextDecorationType. fromValue(java.lang.String v)TextDecorationTypeCharacter. getTextDecoration()Gets the value of the textDecoration property.TextDecorationTypeInitialPropertySet. getTextDecoration()Gets the value of the textDecoration property.TextDecorationTypeInline. getTextDecoration()Gets the value of the textDecoration property.TextDecorationTypePageNumber. getTextDecoration()Gets the value of the textDecoration property.TextDecorationTypePageNumberCitation. getTextDecoration()Gets the value of the textDecoration property.static TextDecorationTypeTextDecorationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextDecorationType[]TextDecorationType. 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 TextDecorationType Modifier and Type Method Description voidCharacter. setTextDecoration(TextDecorationType value)Sets the value of the textDecoration property.voidInitialPropertySet. setTextDecoration(TextDecorationType value)Sets the value of the textDecoration property.voidInline. setTextDecoration(TextDecorationType value)Sets the value of the textDecoration property.voidPageNumber. setTextDecoration(TextDecorationType value)Sets the value of the textDecoration property.voidPageNumberCitation. setTextDecoration(TextDecorationType value)Sets the value of the textDecoration property.