public class ConversionSectionWrapper extends SectionWrapper
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Object> |
content |
protected java.lang.String |
id |
protected PageNumberInformation |
pageNumberInformation |
log| Constructor and Description |
|---|
ConversionSectionWrapper(SectPr sectPr,
HeaderFooterPolicy previousHF,
RelationshipsPart rels,
BooleanDefaultTrue evenAndOddHeaders,
java.lang.String id,
java.util.List<java.lang.Object> content) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getContent() |
java.lang.String |
getId() |
PageNumberInformation |
getPageNumberInformation() |
void |
setPageNumberInformation(PageNumberInformation pageNumberInformation) |
getHeaderFooterPolicy, getPageDimensions, getSectPr, setSectPrprotected java.util.List<java.lang.Object> content
protected java.lang.String id
protected PageNumberInformation pageNumberInformation
public ConversionSectionWrapper(SectPr sectPr, HeaderFooterPolicy previousHF, RelationshipsPart rels, BooleanDefaultTrue evenAndOddHeaders, java.lang.String id, java.util.List<java.lang.Object> content)
public java.lang.String getId()
public java.util.List<java.lang.Object> getContent()
public void setPageNumberInformation(PageNumberInformation pageNumberInformation)
public PageNumberInformation getPageNumberInformation()
Copyright © 2007–2023. All rights reserved.