public class RelashionShipsHandler extends DefaultHandler
| Modifier and Type | Method and Description |
|---|---|
static RelashionShipsHandler |
create(String partName,
AbstractOpenXMLFormatsPartProvider provider) |
List<org.openxmlformats.schemas.wordprocessingml.x2006.main.FontsDocument> |
getFontsDocument() |
org.openxmlformats.schemas.wordprocessingml.x2006.main.FtrDocument |
getFtrDocument(String relId) |
org.openxmlformats.schemas.wordprocessingml.x2006.main.HdrDocument |
getHdrDocument(String relId) |
InputStream |
getInputStreamByRelId(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() |
void |
startElement(String uri,
String localName,
String name,
Attributes attributes) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic static RelashionShipsHandler create(String partName, AbstractOpenXMLFormatsPartProvider provider) throws SAXException, IOException
SAXExceptionIOExceptionpublic final void startElement(String uri, String localName, String name, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class DefaultHandlerSAXExceptionpublic InputStream getInputStreamByRelId(String relId)
public List<org.openxmlformats.schemas.drawingml.x2006.main.ThemeDocument> getThemeDocuments()
public List<org.openxmlformats.schemas.wordprocessingml.x2006.main.FontsDocument> getFontsDocument()
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTSettings getSettings()
public org.openxmlformats.schemas.wordprocessingml.x2006.main.CTStyles getStyle()
public org.openxmlformats.schemas.wordprocessingml.x2006.main.FtrDocument getFtrDocument(String relId) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic org.openxmlformats.schemas.wordprocessingml.x2006.main.HdrDocument getHdrDocument(String relId) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionCopyright © 2016. All Rights Reserved.