public interface IMasterPageHandler<E extends IXWPFMasterPage>
| Modifier and Type | Method and Description |
|---|---|
E |
createMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr) |
XWPFStylesDocument |
getStylesDocument() |
void |
setActiveMasterPage(E currentMasterPage) |
void |
visitFooterRef(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtrRef footerRef,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr,
E masterPage) |
void |
visitHeaderRef(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtrRef headerRef,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr,
E masterPage) |
XWPFStylesDocument getStylesDocument()
E createMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
void setActiveMasterPage(E currentMasterPage)
void visitHeaderRef(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtrRef headerRef,
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr,
E masterPage)
throws Exception
ExceptionCopyright © 2016. All Rights Reserved.