Uses of Class
ch.rabanti.picoxlsx4j.style.CellXf.TextDirectionValue
-
Packages that use CellXf.TextDirectionValue Package Description ch.rabanti.picoxlsx4j.style -
-
Uses of CellXf.TextDirectionValue in ch.rabanti.picoxlsx4j.style
Methods in ch.rabanti.picoxlsx4j.style that return CellXf.TextDirectionValue Modifier and Type Method Description CellXf.TextDirectionValue
CellXf. getTextDirection()
Gets the direction of the text within the cellstatic CellXf.TextDirectionValue
CellXf.TextDirectionValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static CellXf.TextDirectionValue[]
CellXf.TextDirectionValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.rabanti.picoxlsx4j.style with parameters of type CellXf.TextDirectionValue Modifier and Type Method Description void
CellXf. setTextDirection(CellXf.TextDirectionValue textDirection)
Sets the direction of the text within the cell
-