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> | getAllEmbeddedParts()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, load, openPackage, write_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommitted, onDocumentCreate, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, removeRelation, setCommitted, 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()
POIXMLDocumentPartonDocumentRead in class POIXMLDocumentPartpublic java.util.List<PackagePart> getAllEmbeddedParts()
getAllEmbeddedParts in class POIXMLDocumentpublic java.util.Collection<XDGFPage> getPages()
public XDGFStyleSheet getStyleById(long id)
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.