Uses of Class
org.docx4j.wml.PPrBase.TextAlignment
Packages that use PPrBase.TextAlignment
-
Uses of PPrBase.TextAlignment in org.docx4j.model.properties.paragraph
Constructors in org.docx4j.model.properties.paragraph with parameters of type PPrBase.TextAlignment -
Uses of PPrBase.TextAlignment in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return PPrBase.TextAlignmentModifier and TypeMethodDescriptionstatic PPrBase.TextAlignmentStyleUtil.apply(PPrBase.TextAlignment source, PPrBase.TextAlignment destination) Methods in org.docx4j.model.styles with parameters of type PPrBase.TextAlignmentModifier and TypeMethodDescriptionstatic PPrBase.TextAlignmentStyleUtil.apply(PPrBase.TextAlignment source, PPrBase.TextAlignment destination) static booleanStyleUtil.areEqual(PPrBase.TextAlignment textAlignment1, PPrBase.TextAlignment textAlignment2) static booleanStyleUtil.isEmpty(PPrBase.TextAlignment textAlignment) -
Uses of PPrBase.TextAlignment in org.docx4j.wml
Fields in org.docx4j.wml declared as PPrBase.TextAlignmentMethods in org.docx4j.wml that return PPrBase.TextAlignmentModifier and TypeMethodDescriptionObjectFactory.createPPrBaseTextAlignment()Create an instance ofPPrBase.TextAlignmentPPrBase.getTextAlignment()Gets the value of the textAlignment property.Methods in org.docx4j.wml with parameters of type PPrBase.TextAlignmentModifier and TypeMethodDescriptionvoidPPrBase.setTextAlignment(PPrBase.TextAlignment value) Sets the value of the textAlignment property.