Package org.docx4j.model.structure
Class SectionWrapper
java.lang.Object
org.docx4j.model.structure.SectionWrapper
- Direct Known Subclasses:
ConversionSectionWrapper
public class SectionWrapper
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected static org.slf4j.Loggerlog -
Constructor Summary
Constructors Modifier Constructor Description protectedSectionWrapper(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders) -
Method Summary
Modifier and Type Method Description HeaderFooterPolicygetHeaderFooterPolicy()PageDimensionsgetPageDimensions()SectPrgetSectPr()voidsetSectPr(SectPr sectPr)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
log
protected static org.slf4j.Logger log
-
-
Constructor Details
-
Method Details
-
getPageDimensions
-
getSectPr
- Returns:
- the sectPr
-
setSectPr
-