Uses of Class
org.plutext.jaxb.xslfo.EndsRowType
-
Uses of EndsRowType in org.plutext.jaxb.xslfo
Fields in org.plutext.jaxb.xslfo declared as EndsRowType Modifier and Type Field Description protected EndsRowTypeTableCell. endsRowMethods in org.plutext.jaxb.xslfo that return EndsRowType Modifier and Type Method Description static EndsRowTypeEndsRowType. fromValue(java.lang.String v)EndsRowTypeTableCell. getEndsRow()Gets the value of the endsRow property.static EndsRowTypeEndsRowType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EndsRowType[]EndsRowType. 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 EndsRowType Modifier and Type Method Description voidTableCell. setEndsRow(EndsRowType value)Sets the value of the endsRow property.