Uses of Package
org.apache.poi.xdgf.usermodel

Packages that use org.apache.poi.xdgf.usermodel
org.apache.poi.xdgf.extractor   
org.apache.poi.xdgf.geom   
org.apache.poi.xdgf.usermodel   
org.apache.poi.xdgf.usermodel.section   
org.apache.poi.xdgf.usermodel.section.geometry   
org.apache.poi.xdgf.usermodel.shape   
org.apache.poi.xdgf.util   
org.apache.poi.xdgf.xml   
 

Classes in org.apache.poi.xdgf.usermodel used by org.apache.poi.xdgf.extractor
XmlVisioDocument
          This is your high-level starting point for working with Visio XML documents (.vsdx).
 

Classes in org.apache.poi.xdgf.usermodel used by org.apache.poi.xdgf.geom
XDGFShape
          A shape is a collection of Geometry Visualization, Format, Text, Images, and Shape Data in a Drawing Page.
 

Classes in org.apache.poi.xdgf.usermodel used by org.apache.poi.xdgf.usermodel
XDGFBaseContents
          Container of shapes for a page in a Visio diagram.
XDGFCell
          There are a lot of different cell types.
XDGFConnection
          Represents connections in a Visio diagram.
XDGFDocument
          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.
XDGFMaster
          Provides the API to work with an underlying master.
XDGFMasterContents
          Contains the actual contents of the master/stencil
XDGFMasters
          A collection of masters (typically stencils) in a Visio document
XDGFPage
          Provides the API to work with an underlying page
XDGFPageContents
           
XDGFPages
          Contains a list of Page objects (not page content!)
XDGFRelation
           
XDGFShape
          A shape is a collection of Geometry Visualization, Format, Text, Images, and Shape Data in a Drawing Page.
XDGFSheet
          A sheet is a collection of properties that specify information for a shape, master, drawing page, style, or web drawing.
XDGFStyleSheet
           
XDGFText
           
 

Classes in org.apache.poi.xdgf.usermodel used by org.apache.poi.xdgf.usermodel.section
XDGFCell
          There are a lot of different cell types.
XDGFShape
          A shape is a collection of Geometry Visualization, Format, Text, Images, and Shape Data in a Drawing Page.
XDGFSheet
          A sheet is a collection of properties that specify information for a shape, master, drawing page, style, or web drawing.
 

Classes in org.apache.poi.xdgf.usermodel used by org.apache.poi.xdgf.usermodel.section.geometry
XDGFShape
          A shape is a collection of Geometry Visualization, Format, Text, Images, and Shape Data in a Drawing Page.
 

Classes in org.apache.poi.xdgf.usermodel used by org.apache.poi.xdgf.usermodel.shape
XDGFShape
          A shape is a collection of Geometry Visualization, Format, Text, Images, and Shape Data in a Drawing Page.
 

Classes in org.apache.poi.xdgf.usermodel used by org.apache.poi.xdgf.util
XDGFPage
          Provides the API to work with an underlying page
XmlVisioDocument
          This is your high-level starting point for working with Visio XML documents (.vsdx).
 

Classes in org.apache.poi.xdgf.usermodel used by org.apache.poi.xdgf.xml
XDGFDocument
          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.
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.