Uses of Class
org.plutext.jaxb.xslfo.PrecedenceType
-
Uses of PrecedenceType in org.plutext.jaxb.xslfo
Methods in org.plutext.jaxb.xslfo that return PrecedenceType Modifier and Type Method Description static PrecedenceTypePrecedenceType. fromValue(java.lang.String v)PrecedenceTypeTable. getBorderAfterPrecedence()Gets the value of the borderAfterPrecedence property.PrecedenceTypeTableBody. getBorderAfterPrecedence()Gets the value of the borderAfterPrecedence property.PrecedenceTypeTableCell. getBorderAfterPrecedence()Gets the value of the borderAfterPrecedence property.PrecedenceTypeTableColumn. getBorderAfterPrecedence()Gets the value of the borderAfterPrecedence property.PrecedenceTypeTableFooter. getBorderAfterPrecedence()Gets the value of the borderAfterPrecedence property.PrecedenceTypeTableHeader. getBorderAfterPrecedence()Gets the value of the borderAfterPrecedence property.PrecedenceTypeTableRow. getBorderAfterPrecedence()Gets the value of the borderAfterPrecedence property.PrecedenceTypeTable. getBorderBeforePrecedence()Gets the value of the borderBeforePrecedence property.PrecedenceTypeTableBody. getBorderBeforePrecedence()Gets the value of the borderBeforePrecedence property.PrecedenceTypeTableCell. getBorderBeforePrecedence()Gets the value of the borderBeforePrecedence property.PrecedenceTypeTableColumn. getBorderBeforePrecedence()Gets the value of the borderBeforePrecedence property.PrecedenceTypeTableFooter. getBorderBeforePrecedence()Gets the value of the borderBeforePrecedence property.PrecedenceTypeTableHeader. getBorderBeforePrecedence()Gets the value of the borderBeforePrecedence property.PrecedenceTypeTableRow. getBorderBeforePrecedence()Gets the value of the borderBeforePrecedence property.PrecedenceTypeTable. getBorderEndPrecedence()Gets the value of the borderEndPrecedence property.PrecedenceTypeTableBody. getBorderEndPrecedence()Gets the value of the borderEndPrecedence property.PrecedenceTypeTableCell. getBorderEndPrecedence()Gets the value of the borderEndPrecedence property.PrecedenceTypeTableColumn. getBorderEndPrecedence()Gets the value of the borderEndPrecedence property.PrecedenceTypeTableFooter. getBorderEndPrecedence()Gets the value of the borderEndPrecedence property.PrecedenceTypeTableHeader. getBorderEndPrecedence()Gets the value of the borderEndPrecedence property.PrecedenceTypeTableRow. getBorderEndPrecedence()Gets the value of the borderEndPrecedence property.PrecedenceTypeTable. getBorderStartPrecedence()Gets the value of the borderStartPrecedence property.PrecedenceTypeTableBody. getBorderStartPrecedence()Gets the value of the borderStartPrecedence property.PrecedenceTypeTableCell. getBorderStartPrecedence()Gets the value of the borderStartPrecedence property.PrecedenceTypeTableColumn. getBorderStartPrecedence()Gets the value of the borderStartPrecedence property.PrecedenceTypeTableFooter. getBorderStartPrecedence()Gets the value of the borderStartPrecedence property.PrecedenceTypeTableHeader. getBorderStartPrecedence()Gets the value of the borderStartPrecedence property.PrecedenceTypeTableRow. getBorderStartPrecedence()Gets the value of the borderStartPrecedence property.PrecedenceTypeRegionAfter. getPrecedence()Gets the value of the precedence property.PrecedenceTypeRegionBefore. getPrecedence()Gets the value of the precedence property.PrecedenceTypeRegionEnd. getPrecedence()Gets the value of the precedence property.PrecedenceTypeRegionStart. getPrecedence()Gets the value of the precedence property.static PrecedenceTypePrecedenceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PrecedenceType[]PrecedenceType. 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 PrecedenceType Modifier and Type Method Description voidTable. setBorderAfterPrecedence(PrecedenceType value)Sets the value of the borderAfterPrecedence property.voidTableBody. setBorderAfterPrecedence(PrecedenceType value)Sets the value of the borderAfterPrecedence property.voidTableCell. setBorderAfterPrecedence(PrecedenceType value)Sets the value of the borderAfterPrecedence property.voidTableColumn. setBorderAfterPrecedence(PrecedenceType value)Sets the value of the borderAfterPrecedence property.voidTableFooter. setBorderAfterPrecedence(PrecedenceType value)Sets the value of the borderAfterPrecedence property.voidTableHeader. setBorderAfterPrecedence(PrecedenceType value)Sets the value of the borderAfterPrecedence property.voidTableRow. setBorderAfterPrecedence(PrecedenceType value)Sets the value of the borderAfterPrecedence property.voidTable. setBorderBeforePrecedence(PrecedenceType value)Sets the value of the borderBeforePrecedence property.voidTableBody. setBorderBeforePrecedence(PrecedenceType value)Sets the value of the borderBeforePrecedence property.voidTableCell. setBorderBeforePrecedence(PrecedenceType value)Sets the value of the borderBeforePrecedence property.voidTableColumn. setBorderBeforePrecedence(PrecedenceType value)Sets the value of the borderBeforePrecedence property.voidTableFooter. setBorderBeforePrecedence(PrecedenceType value)Sets the value of the borderBeforePrecedence property.voidTableHeader. setBorderBeforePrecedence(PrecedenceType value)Sets the value of the borderBeforePrecedence property.voidTableRow. setBorderBeforePrecedence(PrecedenceType value)Sets the value of the borderBeforePrecedence property.voidTable. setBorderEndPrecedence(PrecedenceType value)Sets the value of the borderEndPrecedence property.voidTableBody. setBorderEndPrecedence(PrecedenceType value)Sets the value of the borderEndPrecedence property.voidTableCell. setBorderEndPrecedence(PrecedenceType value)Sets the value of the borderEndPrecedence property.voidTableColumn. setBorderEndPrecedence(PrecedenceType value)Sets the value of the borderEndPrecedence property.voidTableFooter. setBorderEndPrecedence(PrecedenceType value)Sets the value of the borderEndPrecedence property.voidTableHeader. setBorderEndPrecedence(PrecedenceType value)Sets the value of the borderEndPrecedence property.voidTableRow. setBorderEndPrecedence(PrecedenceType value)Sets the value of the borderEndPrecedence property.voidTable. setBorderStartPrecedence(PrecedenceType value)Sets the value of the borderStartPrecedence property.voidTableBody. setBorderStartPrecedence(PrecedenceType value)Sets the value of the borderStartPrecedence property.voidTableCell. setBorderStartPrecedence(PrecedenceType value)Sets the value of the borderStartPrecedence property.voidTableColumn. setBorderStartPrecedence(PrecedenceType value)Sets the value of the borderStartPrecedence property.voidTableFooter. setBorderStartPrecedence(PrecedenceType value)Sets the value of the borderStartPrecedence property.voidTableHeader. setBorderStartPrecedence(PrecedenceType value)Sets the value of the borderStartPrecedence property.voidTableRow. setBorderStartPrecedence(PrecedenceType value)Sets the value of the borderStartPrecedence property.voidRegionAfter. setPrecedence(PrecedenceType value)Sets the value of the precedence property.voidRegionBefore. setPrecedence(PrecedenceType value)Sets the value of the precedence property.voidRegionEnd. setPrecedence(PrecedenceType value)Sets the value of the precedence property.voidRegionStart. setPrecedence(PrecedenceType value)Sets the value of the precedence property.