public abstract class AbstractOpenXMLFormatsPartProvider extends Object implements IOpenXMLFormatsPartProvider
| Constructor and Description |
|---|
AbstractOpenXMLFormatsPartProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1 |
getDocument() |
protected abstract InputStream |
getEntryInputStream(String entryName) |
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() |
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTDocument1 getDocument()
throws Exception
getDocument in interface IOpenXMLFormatsPartProviderExceptionpublic org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles getStyle()
throws Exception
getStyle in interface IOpenXMLFormatsPartProviderExceptionpublic List<org.openxmlformats.schemas.wordprocessingml.x2006.main.FontsDocument> getFontsDocument() throws Exception
getFontsDocument in interface IOpenXMLFormatsPartProviderExceptionpublic org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSettings getSettings()
throws Exception
getSettings in interface IOpenXMLFormatsPartProviderExceptionpublic List<org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument> getThemeDocuments() throws Exception
getThemeDocuments in interface IOpenXMLFormatsPartProviderExceptionpublic org.openxmlformats.schemas.wordprocessingml.x2006.main.FtrDocument getFtrDocumentByPartId(String relId) throws Exception
getFtrDocumentByPartId in interface IOpenXMLFormatsPartProviderExceptionpublic org.openxmlformats.schemas.wordprocessingml.x2006.main.HdrDocument getHdrDocumentByPartId(String relId) throws Exception
getHdrDocumentByPartId in interface IOpenXMLFormatsPartProviderExceptionpublic InputStream getInputStreamByRelId(String partName, String relId) throws Exception
getInputStreamByRelId in interface IOpenXMLFormatsPartProviderExceptionprotected abstract InputStream getEntryInputStream(String entryName)
Copyright © 2016. All Rights Reserved.