Uses of Class
org.xlsx4j.sml.CTCellAlignment
Packages that use CTCellAlignment
-
Uses of CTCellAlignment in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTCellAlignmentModifier and TypeFieldDescriptionprotected CTCellAlignmentCTDxf.alignmentprotected CTCellAlignmentCTXf.alignmentMethods in org.xlsx4j.sml that return CTCellAlignmentModifier and TypeMethodDescriptionObjectFactory.createCTCellAlignment()Create an instance ofCTCellAlignmentCTDxf.getAlignment()Gets the value of the alignment property.CTXf.getAlignment()Gets the value of the alignment property.Methods in org.xlsx4j.sml with parameters of type CTCellAlignmentModifier and TypeMethodDescriptionvoidCTDxf.setAlignment(CTCellAlignment value) Sets the value of the alignment property.voidCTXf.setAlignment(CTCellAlignment value) Sets the value of the alignment property.