org.apache.poi.xwpf.converter.core
Interface IMasterPageHandler<E extends IXWPFMasterPage>

All Known Implementing Classes:
FastPdfMapper, OpenXMlFormatsVisitor

public interface IMasterPageHandler<E extends IXWPFMasterPage>


Method Summary
 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)
           
 

Method Detail

getStylesDocument

XWPFStylesDocument getStylesDocument()

createMasterPage

E createMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)

setActiveMasterPage

void setActiveMasterPage(E currentMasterPage)

visitHeaderRef

void visitHeaderRef(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtrRef headerRef,
                    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr,
                    E masterPage)
                    throws Exception
Throws:
Exception

visitFooterRef

void visitFooterRef(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTHdrFtrRef footerRef,
                    org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr,
                    E masterPage)
                    throws Exception
Throws:
Exception


Copyright © 2013. All rights reserved.