Uses of Class
org.docx4j.wml.PPrBase.Spacing
Packages that use PPrBase.Spacing
-
Uses of PPrBase.Spacing in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return PPrBase.SpacingModifier and TypeMethodDescriptionstatic PPrBase.SpacingStyleUtil.apply(PPrBase.Spacing source, PPrBase.Spacing destination) Methods in org.docx4j.model.styles with parameters of type PPrBase.SpacingModifier and TypeMethodDescriptionstatic PPrBase.SpacingStyleUtil.apply(PPrBase.Spacing source, PPrBase.Spacing destination) static booleanStyleUtil.areEqual(PPrBase.Spacing spacing1, PPrBase.Spacing spacing2) static booleanStyleUtil.isEmpty(PPrBase.Spacing spacing) -
Uses of PPrBase.Spacing in org.docx4j.wml
Fields in org.docx4j.wml declared as PPrBase.SpacingMethods in org.docx4j.wml that return PPrBase.SpacingModifier and TypeMethodDescriptionObjectFactory.createPPrBaseSpacing()Create an instance ofPPrBase.SpacingPPrBase.getSpacing()Gets the value of the spacing property.Methods in org.docx4j.wml with parameters of type PPrBase.SpacingModifier and TypeMethodDescriptionvoidPPrBase.setSpacing(PPrBase.Spacing value) Sets the value of the spacing property.