public class CTCellAlignment extends java.lang.Object implements Child
Java class for CT_CellAlignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CellAlignment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="horizontal" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_HorizontalAlignment" />
<attribute name="vertical" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_VerticalAlignment" />
<attribute name="textRotation" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="wrapText" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="indent" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="relativeIndent" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="justifyLastLine" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="shrinkToFit" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="readingOrder" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STHorizontalAlignment |
horizontal |
protected java.lang.Long |
indent |
protected java.lang.Boolean |
justifyLastLine |
protected java.lang.Long |
readingOrder |
protected java.lang.Integer |
relativeIndent |
protected java.lang.Boolean |
shrinkToFit |
protected java.lang.Long |
textRotation |
protected STVerticalAlignment |
vertical |
protected java.lang.Boolean |
wrapText |
| Constructor and Description |
|---|
CTCellAlignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STHorizontalAlignment |
getHorizontal()
Gets the value of the horizontal property.
|
java.lang.Long |
getIndent()
Gets the value of the indent property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.Long |
getReadingOrder()
Gets the value of the readingOrder property.
|
java.lang.Integer |
getRelativeIndent()
Gets the value of the relativeIndent property.
|
java.lang.Long |
getTextRotation()
Gets the value of the textRotation property.
|
STVerticalAlignment |
getVertical()
Gets the value of the vertical property.
|
java.lang.Boolean |
isJustifyLastLine()
Gets the value of the justifyLastLine property.
|
java.lang.Boolean |
isShrinkToFit()
Gets the value of the shrinkToFit property.
|
java.lang.Boolean |
isWrapText()
Gets the value of the wrapText property.
|
void |
setHorizontal(STHorizontalAlignment value)
Sets the value of the horizontal property.
|
void |
setIndent(java.lang.Long value)
Sets the value of the indent property.
|
void |
setJustifyLastLine(java.lang.Boolean value)
Sets the value of the justifyLastLine property.
|
void |
setParent(java.lang.Object parent) |
void |
setReadingOrder(java.lang.Long value)
Sets the value of the readingOrder property.
|
void |
setRelativeIndent(java.lang.Integer value)
Sets the value of the relativeIndent property.
|
void |
setShrinkToFit(java.lang.Boolean value)
Sets the value of the shrinkToFit property.
|
void |
setTextRotation(java.lang.Long value)
Sets the value of the textRotation property.
|
void |
setVertical(STVerticalAlignment value)
Sets the value of the vertical property.
|
void |
setWrapText(java.lang.Boolean value)
Sets the value of the wrapText property.
|
protected STHorizontalAlignment horizontal
protected STVerticalAlignment vertical
protected java.lang.Long textRotation
protected java.lang.Boolean wrapText
protected java.lang.Long indent
protected java.lang.Integer relativeIndent
protected java.lang.Boolean justifyLastLine
protected java.lang.Boolean shrinkToFit
protected java.lang.Long readingOrder
public STHorizontalAlignment getHorizontal()
STHorizontalAlignmentpublic void setHorizontal(STHorizontalAlignment value)
value - allowed object is
STHorizontalAlignmentpublic STVerticalAlignment getVertical()
STVerticalAlignmentpublic void setVertical(STVerticalAlignment value)
value - allowed object is
STVerticalAlignmentpublic java.lang.Long getTextRotation()
Longpublic void setTextRotation(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Boolean isWrapText()
Booleanpublic void setWrapText(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getIndent()
Longpublic void setIndent(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Integer getRelativeIndent()
Integerpublic void setRelativeIndent(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isJustifyLastLine()
Booleanpublic void setJustifyLastLine(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isShrinkToFit()
Booleanpublic void setShrinkToFit(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getReadingOrder()
Longpublic void setReadingOrder(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.