Uses of Class
org.apache.poi.xwpf.converter.core.Options

Packages that use Options
org.apache.poi.xwpf.converter.core   
org.apache.poi.xwpf.converter.core.openxmlformats   
org.apache.poi.xwpf.converter.pdf   
org.apache.poi.xwpf.converter.xhtml   
 

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

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

Fields in org.apache.poi.xwpf.converter.core declared as Options
protected  O XWPFDocumentVisitor.options
           
 

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

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

Fields in org.apache.poi.xwpf.converter.core.openxmlformats declared as Options
protected  O OpenXMlFormatsVisitor.options
           
 

Uses of Options in org.apache.poi.xwpf.converter.pdf
 

Subclasses of Options in org.apache.poi.xwpf.converter.pdf
 class PdfOptions
          Pdf options to customize the DOCX->PDF converter.
 

Uses of Options in org.apache.poi.xwpf.converter.xhtml
 

Subclasses of Options in org.apache.poi.xwpf.converter.xhtml
 class XHTMLOptions
           
 



Copyright © 2013. All rights reserved.