Uses of Interface
org.apache.poi.xwpf.converter.core.IXWPFMasterPage

Packages that use IXWPFMasterPage
org.apache.poi.xwpf.converter.core   
org.apache.poi.xwpf.converter.core.openxmlformats   
org.apache.poi.xwpf.converter.pdf.internal   
org.apache.poi.xwpf.converter.pdf.internal.elements   
org.apache.poi.xwpf.converter.xhtml.internal   
 

Uses of IXWPFMasterPage in org.apache.poi.xwpf.converter.core
 

Classes in org.apache.poi.xwpf.converter.core with type parameters of type IXWPFMasterPage
 interface IMasterPageHandler<E extends IXWPFMasterPage>
           
 class XWPFDocumentVisitor<T,O extends Options,E extends IXWPFMasterPage>
          Visitor to visit elements from entry word/document.xml, word/header*.xml, word/footer*.xml
 

Methods in org.apache.poi.xwpf.converter.core that return IXWPFMasterPage
protected abstract  IXWPFMasterPage XWPFDocumentVisitor.createMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
          Create an instance of master page.
 IXWPFMasterPage MasterPageManager.getMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
           
 

Uses of IXWPFMasterPage in org.apache.poi.xwpf.converter.core.openxmlformats
 

Classes in org.apache.poi.xwpf.converter.core.openxmlformats with type parameters of type IXWPFMasterPage
 class OpenXMlFormatsVisitor<T,O extends Options,E extends IXWPFMasterPage>
           
 

Uses of IXWPFMasterPage in org.apache.poi.xwpf.converter.pdf.internal
 

Methods in org.apache.poi.xwpf.converter.pdf.internal that return IXWPFMasterPage
protected  IXWPFMasterPage PdfMapper.createMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
           
 

Uses of IXWPFMasterPage in org.apache.poi.xwpf.converter.pdf.internal.elements
 

Classes in org.apache.poi.xwpf.converter.pdf.internal.elements that implement IXWPFMasterPage
 class StylableMasterPage
           
 

Uses of IXWPFMasterPage in org.apache.poi.xwpf.converter.xhtml.internal
 

Classes in org.apache.poi.xwpf.converter.xhtml.internal that implement IXWPFMasterPage
 class XHTMLMasterPage
           
 

Methods in org.apache.poi.xwpf.converter.xhtml.internal that return IXWPFMasterPage
protected  IXWPFMasterPage XHTMLMapper.createMasterPage(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSectPr sectPr)
           
 



Copyright © 2013. All rights reserved.