Uses of Class
org.docx4j.openpackaging.parts.WordprocessingML.HeaderPart
Packages that use HeaderPart
Package
Description
-
Uses of HeaderPart in org.docx4j.convert.out.common.preprocess
Methods in org.docx4j.convert.out.common.preprocess with parameters of type HeaderPartModifier and TypeMethodDescriptionprotected static voidPageNumberInformationCollector.process(HeaderPart header, PageNumberInformationCollector.FieldVisitor fldVisitor) -
Uses of HeaderPart in org.docx4j.model.structure
Fields in org.docx4j.model.structure declared as HeaderPartModifier and TypeFieldDescriptionprivate HeaderPartHeaderFooterPolicy.defaultHeaderprivate static HeaderPartHeaderFooterPolicy.dummyHeaderprivate HeaderPartHeaderFooterPolicy.evenHeaderprivate HeaderPartHeaderFooterPolicy.firstHeaderprivate HeaderPartHeaderFooterPolicy.firstHeaderActiveMethods in org.docx4j.model.structure that return HeaderPartModifier and TypeMethodDescriptionHeaderFooterPolicy.getDefaultHeader()If an even header is present this is the odd header otherwise it is both, even and odd headerprivate HeaderPartHeaderFooterPolicy.getDummyHeader()HeaderFooterPolicy.getEvenHeader()HeaderFooterPolicy.getFirstHeader()HeaderFooterPolicy.getHeader(int pageNumber) Get the header that applies to the given (1 based) page. -
Uses of HeaderPart in org.docx4j.samples
Methods in org.docx4j.samples with parameters of type HeaderPart