public interface IOpenXMLFormatsPartProvider
| Modifier and Type | Method and Description |
|---|---|
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() |
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1 getDocument()
throws Exception
Exceptionorg.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles getStyle()
throws Exception
ExceptionList<org.openxmlformats.schemas.wordprocessingml.x2006.main.FontsDocument> getFontsDocument() throws Exception
ExceptionList<org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument> getThemeDocuments() throws Exception
Exceptionorg.openxmlformats.schemas.wordprocessingml.x2006.main.CTSettings getSettings()
throws Exception
Exceptionorg.openxmlformats.schemas.wordprocessingml.x2006.main.HdrDocument getHdrDocumentByPartId(String relId) throws Exception
Exceptionorg.openxmlformats.schemas.wordprocessingml.x2006.main.FtrDocument getFtrDocumentByPartId(String relId) throws Exception
ExceptionInputStream getInputStreamByRelId(String partName, String relId) throws Exception
ExceptionCopyright © 2016. All Rights Reserved.