Uses of Class
org.xlsx4j.sml.CTCellAlignment
| Package | Description |
|---|---|
| org.xlsx4j.sml |
-
Uses of CTCellAlignment in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCellAlignment Modifier and Type Field Description protected CTCellAlignmentCTDxf. alignmentprotected CTCellAlignmentCTXf. alignmentMethods in org.xlsx4j.sml that return CTCellAlignment Modifier and Type Method Description CTCellAlignmentObjectFactory. createCTCellAlignment()Create an instance ofCTCellAlignmentCTCellAlignmentCTDxf. getAlignment()Gets the value of the alignment property.CTCellAlignmentCTXf. getAlignment()Gets the value of the alignment property.Methods in org.xlsx4j.sml with parameters of type CTCellAlignment Modifier and Type Method Description voidCTDxf. setAlignment(CTCellAlignment value)Sets the value of the alignment property.voidCTXf. setAlignment(CTCellAlignment value)Sets the value of the alignment property.