Interface CTCellAlignment
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCellAlignment extends XmlObject
An XML CT_CellAlignment(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCellAlignment.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description STHorizontalAlignment.Enum
getHorizontal()
Gets the "horizontal" attributelong
getIndent()
Gets the "indent" attributeboolean
getJustifyLastLine()
Gets the "justifyLastLine" attributelong
getReadingOrder()
Gets the "readingOrder" attributeint
getRelativeIndent()
Gets the "relativeIndent" attributeboolean
getShrinkToFit()
Gets the "shrinkToFit" attributelong
getTextRotation()
Gets the "textRotation" attributeSTVerticalAlignment.Enum
getVertical()
Gets the "vertical" attributeboolean
getWrapText()
Gets the "wrapText" attributeboolean
isSetHorizontal()
True if has "horizontal" attributeboolean
isSetIndent()
True if has "indent" attributeboolean
isSetJustifyLastLine()
True if has "justifyLastLine" attributeboolean
isSetReadingOrder()
True if has "readingOrder" attributeboolean
isSetRelativeIndent()
True if has "relativeIndent" attributeboolean
isSetShrinkToFit()
True if has "shrinkToFit" attributeboolean
isSetTextRotation()
True if has "textRotation" attributeboolean
isSetVertical()
True if has "vertical" attributeboolean
isSetWrapText()
True if has "wrapText" attributevoid
setHorizontal(STHorizontalAlignment.Enum horizontal)
Sets the "horizontal" attributevoid
setIndent(long indent)
Sets the "indent" attributevoid
setJustifyLastLine(boolean justifyLastLine)
Sets the "justifyLastLine" attributevoid
setReadingOrder(long readingOrder)
Sets the "readingOrder" attributevoid
setRelativeIndent(int relativeIndent)
Sets the "relativeIndent" attributevoid
setShrinkToFit(boolean shrinkToFit)
Sets the "shrinkToFit" attributevoid
setTextRotation(long textRotation)
Sets the "textRotation" attributevoid
setVertical(STVerticalAlignment.Enum vertical)
Sets the "vertical" attributevoid
setWrapText(boolean wrapText)
Sets the "wrapText" attributevoid
unsetHorizontal()
Unsets the "horizontal" attributevoid
unsetIndent()
Unsets the "indent" attributevoid
unsetJustifyLastLine()
Unsets the "justifyLastLine" attributevoid
unsetReadingOrder()
Unsets the "readingOrder" attributevoid
unsetRelativeIndent()
Unsets the "relativeIndent" attributevoid
unsetShrinkToFit()
Unsets the "shrinkToFit" attributevoid
unsetTextRotation()
Unsets the "textRotation" attributevoid
unsetVertical()
Unsets the "vertical" attributevoid
unsetWrapText()
Unsets the "wrapText" attributeSTHorizontalAlignment
xgetHorizontal()
Gets (as xml) the "horizontal" attributeXmlUnsignedInt
xgetIndent()
Gets (as xml) the "indent" attributeXmlBoolean
xgetJustifyLastLine()
Gets (as xml) the "justifyLastLine" attributeXmlUnsignedInt
xgetReadingOrder()
Gets (as xml) the "readingOrder" attributeXmlInt
xgetRelativeIndent()
Gets (as xml) the "relativeIndent" attributeXmlBoolean
xgetShrinkToFit()
Gets (as xml) the "shrinkToFit" attributeXmlUnsignedInt
xgetTextRotation()
Gets (as xml) the "textRotation" attributeSTVerticalAlignment
xgetVertical()
Gets (as xml) the "vertical" attributeXmlBoolean
xgetWrapText()
Gets (as xml) the "wrapText" attributevoid
xsetHorizontal(STHorizontalAlignment horizontal)
Sets (as xml) the "horizontal" attributevoid
xsetIndent(XmlUnsignedInt indent)
Sets (as xml) the "indent" attributevoid
xsetJustifyLastLine(XmlBoolean justifyLastLine)
Sets (as xml) the "justifyLastLine" attributevoid
xsetReadingOrder(XmlUnsignedInt readingOrder)
Sets (as xml) the "readingOrder" attributevoid
xsetRelativeIndent(XmlInt relativeIndent)
Sets (as xml) the "relativeIndent" attributevoid
xsetShrinkToFit(XmlBoolean shrinkToFit)
Sets (as xml) the "shrinkToFit" attributevoid
xsetTextRotation(XmlUnsignedInt textRotation)
Sets (as xml) the "textRotation" attributevoid
xsetVertical(STVerticalAlignment vertical)
Sets (as xml) the "vertical" attributevoid
xsetWrapText(XmlBoolean wrapText)
Sets (as xml) the "wrapText" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getHorizontal
STHorizontalAlignment.Enum getHorizontal()
Gets the "horizontal" attribute
-
xgetHorizontal
STHorizontalAlignment xgetHorizontal()
Gets (as xml) the "horizontal" attribute
-
isSetHorizontal
boolean isSetHorizontal()
True if has "horizontal" attribute
-
setHorizontal
void setHorizontal(STHorizontalAlignment.Enum horizontal)
Sets the "horizontal" attribute
-
xsetHorizontal
void xsetHorizontal(STHorizontalAlignment horizontal)
Sets (as xml) the "horizontal" attribute
-
unsetHorizontal
void unsetHorizontal()
Unsets the "horizontal" attribute
-
getVertical
STVerticalAlignment.Enum getVertical()
Gets the "vertical" attribute
-
xgetVertical
STVerticalAlignment xgetVertical()
Gets (as xml) the "vertical" attribute
-
isSetVertical
boolean isSetVertical()
True if has "vertical" attribute
-
setVertical
void setVertical(STVerticalAlignment.Enum vertical)
Sets the "vertical" attribute
-
xsetVertical
void xsetVertical(STVerticalAlignment vertical)
Sets (as xml) the "vertical" attribute
-
unsetVertical
void unsetVertical()
Unsets the "vertical" attribute
-
getTextRotation
long getTextRotation()
Gets the "textRotation" attribute
-
xgetTextRotation
XmlUnsignedInt xgetTextRotation()
Gets (as xml) the "textRotation" attribute
-
isSetTextRotation
boolean isSetTextRotation()
True if has "textRotation" attribute
-
setTextRotation
void setTextRotation(long textRotation)
Sets the "textRotation" attribute
-
xsetTextRotation
void xsetTextRotation(XmlUnsignedInt textRotation)
Sets (as xml) the "textRotation" attribute
-
unsetTextRotation
void unsetTextRotation()
Unsets the "textRotation" attribute
-
getWrapText
boolean getWrapText()
Gets the "wrapText" attribute
-
xgetWrapText
XmlBoolean xgetWrapText()
Gets (as xml) the "wrapText" attribute
-
isSetWrapText
boolean isSetWrapText()
True if has "wrapText" attribute
-
setWrapText
void setWrapText(boolean wrapText)
Sets the "wrapText" attribute
-
xsetWrapText
void xsetWrapText(XmlBoolean wrapText)
Sets (as xml) the "wrapText" attribute
-
unsetWrapText
void unsetWrapText()
Unsets the "wrapText" attribute
-
getIndent
long getIndent()
Gets the "indent" attribute
-
xgetIndent
XmlUnsignedInt xgetIndent()
Gets (as xml) the "indent" attribute
-
isSetIndent
boolean isSetIndent()
True if has "indent" attribute
-
setIndent
void setIndent(long indent)
Sets the "indent" attribute
-
xsetIndent
void xsetIndent(XmlUnsignedInt indent)
Sets (as xml) the "indent" attribute
-
unsetIndent
void unsetIndent()
Unsets the "indent" attribute
-
getRelativeIndent
int getRelativeIndent()
Gets the "relativeIndent" attribute
-
xgetRelativeIndent
XmlInt xgetRelativeIndent()
Gets (as xml) the "relativeIndent" attribute
-
isSetRelativeIndent
boolean isSetRelativeIndent()
True if has "relativeIndent" attribute
-
setRelativeIndent
void setRelativeIndent(int relativeIndent)
Sets the "relativeIndent" attribute
-
xsetRelativeIndent
void xsetRelativeIndent(XmlInt relativeIndent)
Sets (as xml) the "relativeIndent" attribute
-
unsetRelativeIndent
void unsetRelativeIndent()
Unsets the "relativeIndent" attribute
-
getJustifyLastLine
boolean getJustifyLastLine()
Gets the "justifyLastLine" attribute
-
xgetJustifyLastLine
XmlBoolean xgetJustifyLastLine()
Gets (as xml) the "justifyLastLine" attribute
-
isSetJustifyLastLine
boolean isSetJustifyLastLine()
True if has "justifyLastLine" attribute
-
setJustifyLastLine
void setJustifyLastLine(boolean justifyLastLine)
Sets the "justifyLastLine" attribute
-
xsetJustifyLastLine
void xsetJustifyLastLine(XmlBoolean justifyLastLine)
Sets (as xml) the "justifyLastLine" attribute
-
unsetJustifyLastLine
void unsetJustifyLastLine()
Unsets the "justifyLastLine" attribute
-
getShrinkToFit
boolean getShrinkToFit()
Gets the "shrinkToFit" attribute
-
xgetShrinkToFit
XmlBoolean xgetShrinkToFit()
Gets (as xml) the "shrinkToFit" attribute
-
isSetShrinkToFit
boolean isSetShrinkToFit()
True if has "shrinkToFit" attribute
-
setShrinkToFit
void setShrinkToFit(boolean shrinkToFit)
Sets the "shrinkToFit" attribute
-
xsetShrinkToFit
void xsetShrinkToFit(XmlBoolean shrinkToFit)
Sets (as xml) the "shrinkToFit" attribute
-
unsetShrinkToFit
void unsetShrinkToFit()
Unsets the "shrinkToFit" attribute
-
getReadingOrder
long getReadingOrder()
Gets the "readingOrder" attribute
-
xgetReadingOrder
XmlUnsignedInt xgetReadingOrder()
Gets (as xml) the "readingOrder" attribute
-
isSetReadingOrder
boolean isSetReadingOrder()
True if has "readingOrder" attribute
-
setReadingOrder
void setReadingOrder(long readingOrder)
Sets the "readingOrder" attribute
-
xsetReadingOrder
void xsetReadingOrder(XmlUnsignedInt readingOrder)
Sets (as xml) the "readingOrder" attribute
-
unsetReadingOrder
void unsetReadingOrder()
Unsets the "readingOrder" attribute
-
-