Uses of Class
org.docx4j.model.structure.HeaderFooterPolicy
| Package | Description |
|---|---|
| org.docx4j.convert.out.common | |
| org.docx4j.convert.out.common.wrappers | |
| org.docx4j.model.structure | |
| org.docx4j.openpackaging.packages |
-
Uses of HeaderFooterPolicy in org.docx4j.convert.out.common
Constructors in org.docx4j.convert.out.common with parameters of type HeaderFooterPolicy Constructor Description ConversionSectionWrapper(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, java.lang.String id, java.util.List<java.lang.Object> content) -
Uses of HeaderFooterPolicy in org.docx4j.convert.out.common.wrappers
Methods in org.docx4j.convert.out.common.wrappers with parameters of type HeaderFooterPolicy Modifier and Type Method Description protected static ConversionSectionWrapperConversionSectionWrapperFactory. createSectionWrapper(SectPr sectPr, HeaderFooterPolicy headerFooterPolicy, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, int conversionSectionIndex, java.util.List<java.lang.Object> content, boolean dummyPageNumbering) -
Uses of HeaderFooterPolicy in org.docx4j.model.structure
Methods in org.docx4j.model.structure that return HeaderFooterPolicy Modifier and Type Method Description HeaderFooterPolicySectionWrapper. getHeaderFooterPolicy()Constructors in org.docx4j.model.structure with parameters of type HeaderFooterPolicy Constructor Description HeaderFooterPolicy(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.SectionWrapper(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 Modifier and Type Method Description HeaderFooterPolicyWordprocessingMLPackage. getHeaderFooterPolicy()Deprecated.