public class CTCellAlignment extends 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 Long |
indent |
protected Boolean |
justifyLastLine |
protected Long |
readingOrder |
protected Integer |
relativeIndent |
protected Boolean |
shrinkToFit |
protected Long |
textRotation |
protected STVerticalAlignment |
vertical |
protected Boolean |
wrapText |
| Constructor and Description |
|---|
CTCellAlignment() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
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.
|
Long |
getIndent()
Gets the value of the indent property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Long |
getReadingOrder()
Gets the value of the readingOrder property.
|
Integer |
getRelativeIndent()
Gets the value of the relativeIndent property.
|
Long |
getTextRotation()
Gets the value of the textRotation property.
|
STVerticalAlignment |
getVertical()
Gets the value of the vertical property.
|
Boolean |
isJustifyLastLine()
Gets the value of the justifyLastLine property.
|
Boolean |
isShrinkToFit()
Gets the value of the shrinkToFit property.
|
Boolean |
isWrapText()
Gets the value of the wrapText property.
|
void |
setHorizontal(STHorizontalAlignment value)
Sets the value of the horizontal property.
|
void |
setIndent(Long value)
Sets the value of the indent property.
|
void |
setJustifyLastLine(Boolean value)
Sets the value of the justifyLastLine property.
|
void |
setParent(Object parent) |
void |
setReadingOrder(Long value)
Sets the value of the readingOrder property.
|
void |
setRelativeIndent(Integer value)
Sets the value of the relativeIndent property.
|
void |
setShrinkToFit(Boolean value)
Sets the value of the shrinkToFit property.
|
void |
setTextRotation(Long value)
Sets the value of the textRotation property.
|
void |
setVertical(STVerticalAlignment value)
Sets the value of the vertical property.
|
void |
setWrapText(Boolean value)
Sets the value of the wrapText property.
|
protected STHorizontalAlignment horizontal
protected STVerticalAlignment vertical
protected Long textRotation
protected Boolean wrapText
protected Long indent
protected Integer relativeIndent
protected Boolean justifyLastLine
protected Boolean shrinkToFit
protected 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 Long getTextRotation()
Longpublic void setTextRotation(Long value)
value - allowed object is
Longpublic Boolean isWrapText()
Booleanpublic void setWrapText(Boolean value)
value - allowed object is
Booleanpublic Long getIndent()
Longpublic void setIndent(Long value)
value - allowed object is
Longpublic Integer getRelativeIndent()
Integerpublic void setRelativeIndent(Integer value)
value - allowed object is
Integerpublic Boolean isJustifyLastLine()
Booleanpublic void setJustifyLastLine(Boolean value)
value - allowed object is
Booleanpublic Boolean isShrinkToFit()
Booleanpublic void setShrinkToFit(Boolean value)
value - allowed object is
Booleanpublic Long getReadingOrder()
Longpublic void setReadingOrder(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.