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   
 

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
 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>
           
 



Copyright © 2014. All Rights Reserved.