Uses of Class
org.docx4j.wml.PPrBase.OutlineLvl
Packages that use PPrBase.OutlineLvl
Package
Description
-
Uses of PPrBase.OutlineLvl in org.docx4j.model.properties.paragraph
Constructors in org.docx4j.model.properties.paragraph with parameters of type PPrBase.OutlineLvl -
Uses of PPrBase.OutlineLvl in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return PPrBase.OutlineLvlModifier and TypeMethodDescriptionstatic PPrBase.OutlineLvlStyleUtil.apply(PPrBase.OutlineLvl source, PPrBase.OutlineLvl destination) Methods in org.docx4j.model.styles with parameters of type PPrBase.OutlineLvlModifier and TypeMethodDescriptionstatic PPrBase.OutlineLvlStyleUtil.apply(PPrBase.OutlineLvl source, PPrBase.OutlineLvl destination) static booleanStyleUtil.areEqual(PPrBase.OutlineLvl outlineLvl1, PPrBase.OutlineLvl outlineLvl2) static booleanStyleUtil.isEmpty(PPrBase.OutlineLvl outlineLvl) -
Uses of PPrBase.OutlineLvl in org.docx4j.toc.switches
Fields in org.docx4j.toc.switches declared as PPrBase.OutlineLvlFields in org.docx4j.toc.switches with type parameters of type PPrBase.OutlineLvlModifier and TypeFieldDescriptionprivate Map<String,PPrBase.OutlineLvl> USwitch.knownOutlineLevels -
Uses of PPrBase.OutlineLvl in org.docx4j.wml
Fields in org.docx4j.wml declared as PPrBase.OutlineLvlMethods in org.docx4j.wml that return PPrBase.OutlineLvlModifier and TypeMethodDescriptionObjectFactory.createPPrBaseOutlineLvl()Create an instance ofPPrBase.OutlineLvlPPrBase.getOutlineLvl()Gets the value of the outlineLvl property.Methods in org.docx4j.wml with parameters of type PPrBase.OutlineLvlModifier and TypeMethodDescriptionvoidPPrBase.setOutlineLvl(PPrBase.OutlineLvl value) Sets the value of the outlineLvl property.