Package org.apache.poi.xdgf.usermodel
package org.apache.poi.xdgf.usermodel
-
ClassesClassDescriptionContainer of shapes for a page in a Visio diagram.There are a lot of different cell types.Represents connections in a Visio diagram.Represents the root document: /visio/document.xml You're probably actually looking for
XmlVisioDocument
, this only contains metadata about the root document in the OOXML package.Instantiates sub-classes of POIXMLDocumentPart depending on their relationship typeProvides the API to work with an underlying master.Contains the actual contents of the master/stencilA collection of masters (typically stencils) in a Visio documentProvides the API to work with an underlying pageContains a list of Page objects (not page content!)A shape is a collection of Geometry Visualization, Format, Text, Images, and Shape Data in a Drawing Page.A sheet is a collection of properties that specify information for a shape, master, drawing page, style, or web drawing.This is your high-level starting point for working with Visio XML documents (.vsdx).