Uses of Class
org.docx4j.wml.SectPr
Packages that use SectPr
Package
Description
-
Uses of SectPr in org.docx4j.convert.out.common
Constructors in org.docx4j.convert.out.common with parameters of type SectPrModifierConstructorDescriptionConversionSectionWrapper(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, String id, List<Object> content) -
Uses of SectPr in org.docx4j.convert.out.common.preprocess
Methods in org.docx4j.convert.out.common.preprocess that return SectPrMethods in org.docx4j.convert.out.common.preprocess with parameters of type SectPrModifier and TypeMethodDescriptionprivate static voidCoverPageSectPrMover.pasteSectPr(List<Object> contentList, SectPr sectPr) Constructors in org.docx4j.convert.out.common.preprocess with parameters of type SectPr -
Uses of SectPr in org.docx4j.convert.out.common.wrappers
Methods in org.docx4j.convert.out.common.wrappers that return types with arguments of type SectPrMethods in org.docx4j.convert.out.common.wrappers with parameters of type SectPrModifier and TypeMethodDescriptionprotected static ConversionSectionWrapperConversionSectionWrapperFactory.createSectionWrapper(SectPr sectPr, HeaderFooterPolicy headerFooterPolicy, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, int conversionSectionIndex, List<Object> content, boolean dummyPageNumbering) -
Uses of SectPr in org.docx4j.convert.out.fo
Methods in org.docx4j.convert.out.fo with parameters of type SectPr -
Uses of SectPr in org.docx4j.finders
Fields in org.docx4j.finders declared as SectPrModifier and TypeFieldDescriptionprivate SectPrSectPrFinder.bodyLevelSectPrFindFirst.firstSectPrFields in org.docx4j.finders with type parameters of type SectPrMethods in org.docx4j.finders that return types with arguments of type SectPrModifier and TypeMethodDescriptionSectPrFinder.getOrderedSectPrList()The body level sectPr (if there is one) is at the end of the list.SectPrFinder.getSectPrList()Deprecated. -
Uses of SectPr in org.docx4j.model.fields.merge
Methods in org.docx4j.model.fields.merge that return SectPrModifier and TypeMethodDescriptionprivate static SectPrMailMerger.getDocumentSeparator(WordprocessingMLPackage template) Word uses the existing sectPr element, but adds a page numbering restart to it. -
Uses of SectPr in org.docx4j.model.structure
Fields in org.docx4j.model.structure declared as SectPrModifier and TypeFieldDescriptionprivate SectPrSectionWrapper.sectPrSo we can access the stuff which we don't explicitly handle here.Methods in org.docx4j.model.structure that return SectPrMethods in org.docx4j.model.structure with parameters of type SectPrConstructors in org.docx4j.model.structure with parameters of type SectPrModifierConstructorDescriptionHeaderFooterPolicy(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders) Figures out the policy for the given section, and creates any header and footer objects as required.PageDimensions(SectPr sectPr) protectedSectionWrapper(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders) -
Uses of SectPr in org.docx4j.model.styles
Methods in org.docx4j.model.styles that return SectPrMethods in org.docx4j.model.styles with parameters of type SectPr -
Uses of SectPr in org.docx4j.samples
Methods in org.docx4j.samples that return SectPr -
Uses of SectPr in org.docx4j.toc
Fields in org.docx4j.toc declared as SectPrModifier and TypeFieldDescription(package private) SectPrTocFinder.sectPrThe first sectPr after the ToC, so we can calculate right tab settingprivate SectPrTocGenerator.sectPrFrom sectPr, we can get PageDimensions, which is used for calculating position of the right aligned tab for page numbers. -
Uses of SectPr in org.docx4j.wml
Fields in org.docx4j.wml declared as SectPrMethods in org.docx4j.wml that return SectPrModifier and TypeMethodDescriptionObjectFactory.createSectPr()Create an instance ofSectPrBody.getSectPr()Gets the value of the sectPr property.PPr.getSectPr()Gets the value of the sectPr property.Methods in org.docx4j.wml with parameters of type SectPr