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 classCTCellAlignment.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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.EnumgetHorizontal()Gets the "horizontal" attributelonggetIndent()Gets the "indent" attributebooleangetJustifyLastLine()Gets the "justifyLastLine" attributelonggetReadingOrder()Gets the "readingOrder" attributeintgetRelativeIndent()Gets the "relativeIndent" attributebooleangetShrinkToFit()Gets the "shrinkToFit" attributelonggetTextRotation()Gets the "textRotation" attributeSTVerticalAlignment.EnumgetVertical()Gets the "vertical" attributebooleangetWrapText()Gets the "wrapText" attributebooleanisSetHorizontal()True if has "horizontal" attributebooleanisSetIndent()True if has "indent" attributebooleanisSetJustifyLastLine()True if has "justifyLastLine" attributebooleanisSetReadingOrder()True if has "readingOrder" attributebooleanisSetRelativeIndent()True if has "relativeIndent" attributebooleanisSetShrinkToFit()True if has "shrinkToFit" attributebooleanisSetTextRotation()True if has "textRotation" attributebooleanisSetVertical()True if has "vertical" attributebooleanisSetWrapText()True if has "wrapText" attributevoidsetHorizontal(STHorizontalAlignment.Enum horizontal)Sets the "horizontal" attributevoidsetIndent(long indent)Sets the "indent" attributevoidsetJustifyLastLine(boolean justifyLastLine)Sets the "justifyLastLine" attributevoidsetReadingOrder(long readingOrder)Sets the "readingOrder" attributevoidsetRelativeIndent(int relativeIndent)Sets the "relativeIndent" attributevoidsetShrinkToFit(boolean shrinkToFit)Sets the "shrinkToFit" attributevoidsetTextRotation(long textRotation)Sets the "textRotation" attributevoidsetVertical(STVerticalAlignment.Enum vertical)Sets the "vertical" attributevoidsetWrapText(boolean wrapText)Sets the "wrapText" attributevoidunsetHorizontal()Unsets the "horizontal" attributevoidunsetIndent()Unsets the "indent" attributevoidunsetJustifyLastLine()Unsets the "justifyLastLine" attributevoidunsetReadingOrder()Unsets the "readingOrder" attributevoidunsetRelativeIndent()Unsets the "relativeIndent" attributevoidunsetShrinkToFit()Unsets the "shrinkToFit" attributevoidunsetTextRotation()Unsets the "textRotation" attributevoidunsetVertical()Unsets the "vertical" attributevoidunsetWrapText()Unsets the "wrapText" attributeSTHorizontalAlignmentxgetHorizontal()Gets (as xml) the "horizontal" attributeXmlUnsignedIntxgetIndent()Gets (as xml) the "indent" attributeXmlBooleanxgetJustifyLastLine()Gets (as xml) the "justifyLastLine" attributeXmlUnsignedIntxgetReadingOrder()Gets (as xml) the "readingOrder" attributeXmlIntxgetRelativeIndent()Gets (as xml) the "relativeIndent" attributeXmlBooleanxgetShrinkToFit()Gets (as xml) the "shrinkToFit" attributeXmlUnsignedIntxgetTextRotation()Gets (as xml) the "textRotation" attributeSTVerticalAlignmentxgetVertical()Gets (as xml) the "vertical" attributeXmlBooleanxgetWrapText()Gets (as xml) the "wrapText" attributevoidxsetHorizontal(STHorizontalAlignment horizontal)Sets (as xml) the "horizontal" attributevoidxsetIndent(XmlUnsignedInt indent)Sets (as xml) the "indent" attributevoidxsetJustifyLastLine(XmlBoolean justifyLastLine)Sets (as xml) the "justifyLastLine" attributevoidxsetReadingOrder(XmlUnsignedInt readingOrder)Sets (as xml) the "readingOrder" attributevoidxsetRelativeIndent(XmlInt relativeIndent)Sets (as xml) the "relativeIndent" attributevoidxsetShrinkToFit(XmlBoolean shrinkToFit)Sets (as xml) the "shrinkToFit" attributevoidxsetTextRotation(XmlUnsignedInt textRotation)Sets (as xml) the "textRotation" attributevoidxsetVertical(STVerticalAlignment vertical)Sets (as xml) the "vertical" attributevoidxsetWrapText(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
-
-