Uses of Class
org.docx4j.model.structure.HeaderFooterPolicy
Packages that use HeaderFooterPolicy
Package
Description
-
Uses of HeaderFooterPolicy in org.docx4j.convert.out.common
Constructors in org.docx4j.convert.out.common with parameters of type HeaderFooterPolicyModifierConstructorDescriptionConversionSectionWrapper(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, String id, List<Object> content) -
Uses of HeaderFooterPolicy in org.docx4j.convert.out.common.wrappers
Methods in org.docx4j.convert.out.common.wrappers with parameters of type HeaderFooterPolicyModifier and TypeMethodDescriptionprotected static ConversionSectionWrapperConversionSectionWrapperFactory.createSectionWrapper(SectPr sectPr, HeaderFooterPolicy headerFooterPolicy, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, int conversionSectionIndex, List<Object> content, boolean dummyPageNumbering) -
Uses of HeaderFooterPolicy in org.docx4j.model.structure
Methods in org.docx4j.model.structure that return HeaderFooterPolicyConstructors in org.docx4j.model.structure with parameters of type HeaderFooterPolicyModifierConstructorDescriptionHeaderFooterPolicy(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.protectedSectionWrapper(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders) -
Uses of HeaderFooterPolicy in org.docx4j.openpackaging.packages
Methods in org.docx4j.openpackaging.packages that return HeaderFooterPolicy