Uses of Enum Class
org.apache.poi.xwpf.usermodel.ParagraphAlignment
Packages that use ParagraphAlignment
-
Uses of ParagraphAlignment in org.apache.poi.xwpf.usermodel
Methods in org.apache.poi.xwpf.usermodel that return ParagraphAlignmentModifier and TypeMethodDescriptionXWPFParagraph.getAlignment()Returns the paragraph alignment which shall be applied to text in this paragraph.static ParagraphAlignmentParagraphAlignment.valueOf(int type) Returns the enum constant of this class with the specified name.static ParagraphAlignmentReturns the enum constant of this class with the specified name.static ParagraphAlignment[]ParagraphAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xwpf.usermodel with parameters of type ParagraphAlignmentModifier and TypeMethodDescriptionvoidXWPFParagraph.setAlignment(ParagraphAlignment align) Specifies the paragraph alignment which shall be applied to text in this paragraph.