Package org.xlsx4j.sml
Class CTCellAlignment
java.lang.Object
org.xlsx4j.sml.CTCellAlignment
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected STHorizontalAlignmentprotected Longprotected Booleanprotected Longprotected Integerprotected Booleanprotected Longprotected STVerticalAlignmentprotected Boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the horizontal property.Gets the value of the indent property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the readingOrder property.Gets the value of the relativeIndent property.Gets the value of the textRotation property.Gets the value of the vertical property.Gets the value of the justifyLastLine property.Gets the value of the shrinkToFit property.Gets the value of the wrapText property.voidSets the value of the horizontal property.voidSets the value of the indent property.voidsetJustifyLastLine(Boolean value) Sets the value of the justifyLastLine property.voidvoidsetReadingOrder(Long value) Sets the value of the readingOrder property.voidsetRelativeIndent(Integer value) Sets the value of the relativeIndent property.voidsetShrinkToFit(Boolean value) Sets the value of the shrinkToFit property.voidsetTextRotation(Long value) Sets the value of the textRotation property.voidsetVertical(STVerticalAlignment value) Sets the value of the vertical property.voidsetWrapText(Boolean value) Sets the value of the wrapText property.
-
Field Details
-
horizontal
-
vertical
-
textRotation
-
wrapText
-
indent
-
relativeIndent
-
justifyLastLine
-
shrinkToFit
-
readingOrder
-
-
Constructor Details
-
CTCellAlignment
public CTCellAlignment()
-
-
Method Details
-
getHorizontal
Gets the value of the horizontal property.- Returns:
- possible object is
STHorizontalAlignment
-
setHorizontal
Sets the value of the horizontal property.- Parameters:
value- allowed object isSTHorizontalAlignment
-
getVertical
Gets the value of the vertical property.- Returns:
- possible object is
STVerticalAlignment
-
setVertical
Sets the value of the vertical property.- Parameters:
value- allowed object isSTVerticalAlignment
-
getTextRotation
Gets the value of the textRotation property.- Returns:
- possible object is
Long
-
setTextRotation
Sets the value of the textRotation property.- Parameters:
value- allowed object isLong
-
isWrapText
Gets the value of the wrapText property.- Returns:
- possible object is
Boolean
-
setWrapText
Sets the value of the wrapText property.- Parameters:
value- allowed object isBoolean
-
getIndent
Gets the value of the indent property.- Returns:
- possible object is
Long
-
setIndent
Sets the value of the indent property.- Parameters:
value- allowed object isLong
-
getRelativeIndent
Gets the value of the relativeIndent property.- Returns:
- possible object is
Integer
-
setRelativeIndent
Sets the value of the relativeIndent property.- Parameters:
value- allowed object isInteger
-
isJustifyLastLine
Gets the value of the justifyLastLine property.- Returns:
- possible object is
Boolean
-
setJustifyLastLine
Sets the value of the justifyLastLine property.- Parameters:
value- allowed object isBoolean
-
isShrinkToFit
Gets the value of the shrinkToFit property.- Returns:
- possible object is
Boolean
-
setShrinkToFit
Sets the value of the shrinkToFit property.- Parameters:
value- allowed object isBoolean
-
getReadingOrder
Gets the value of the readingOrder property.- Returns:
- possible object is
Long
-
setReadingOrder
Sets the value of the readingOrder property.- Parameters:
value- allowed object isLong
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-