public class XmlVisioDocument extends POIXMLDocument
POIXMLDocumentPart.RelationPart| Modifier and Type | Field and Description |
|---|---|
protected XDGFDocument |
_document |
protected XDGFMasters |
_masters |
protected XDGFPages |
_pages |
DOCUMENT_CREATOR, OLE_OBJECT_REL_TYPE, PACK_OBJECT_REL_TYPE| Constructor and Description |
|---|
XmlVisioDocument(java.io.InputStream is) |
XmlVisioDocument(OPCPackage pkg) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PackagePart> |
getAllEmbedds()
Not currently implemented
|
java.util.Collection<XDGFPage> |
getPages() |
XDGFStyleSheet |
getStyleById(long id) |
protected void |
onDocumentRead()
Fired when a package part is read
|
close, getCorePart, getPackage, getProperties, getRelatedByType, hasOOXMLHeader, load, openPackage, write_invokeOnDocumentRead, addRelation, addRelation, commit, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelationParts, getRelations, getTargetPart, onDocumentCreate, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, toStringprotected XDGFPages _pages
protected XDGFMasters _masters
protected XDGFDocument _document
public XmlVisioDocument(OPCPackage pkg) throws java.io.IOException
java.io.IOExceptionpublic XmlVisioDocument(java.io.InputStream is)
throws java.io.IOException
java.io.IOExceptionprotected void onDocumentRead()
throws java.io.IOException
POIXMLDocumentPartonDocumentRead in class POIXMLDocumentPartjava.io.IOExceptionpublic java.util.List<PackagePart> getAllEmbedds() throws OpenXML4JException
getAllEmbedds in class POIXMLDocumentOpenXML4JExceptionpublic java.util.Collection<XDGFPage> getPages()
public XDGFStyleSheet getStyleById(long id)
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.