org.apache.poi.xwpf.converter.core.openxmlformats
Interface IOpenXMLFormatsPartProvider

All Known Implementing Classes:
AbstractOpenXMLFormatsPartProvider, ZipArchive

public interface IOpenXMLFormatsPartProvider


Method Summary
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1 getDocument()
           
 List<org.openxmlformats.schemas.wordprocessingml.x2006.main.FontsDocument> getFontsDocument()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.FtrDocument getFtrDocumentByPartId(String relId)
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.HdrDocument getHdrDocumentByPartId(String relId)
           
 InputStream getInputStreamByRelId(String partName, String relId)
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSettings getSettings()
           
 org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles getStyle()
           
 List<org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument> getThemeDocuments()
           
 

Method Detail

getDocument

org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1 getDocument()
                                                                               throws Exception
Throws:
Exception

getStyle

org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles getStyle()
                                                                         throws Exception
Throws:
Exception

getFontsDocument

List<org.openxmlformats.schemas.wordprocessingml.x2006.main.FontsDocument> getFontsDocument()
                                                                                            throws Exception
Throws:
Exception

getThemeDocuments

List<org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument> getThemeDocuments()
                                                                                      throws Exception
Throws:
Exception

getSettings

org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSettings getSettings()
                                                                              throws Exception
Throws:
Exception

getHdrDocumentByPartId

org.openxmlformats.schemas.wordprocessingml.x2006.main.HdrDocument getHdrDocumentByPartId(String relId)
                                                                                          throws Exception
Throws:
Exception

getFtrDocumentByPartId

org.openxmlformats.schemas.wordprocessingml.x2006.main.FtrDocument getFtrDocumentByPartId(String relId)
                                                                                          throws Exception
Throws:
Exception

getInputStreamByRelId

InputStream getInputStreamByRelId(String partName,
                                  String relId)
                                  throws Exception
Throws:
Exception


Copyright © 2013. All rights reserved.