org.apache.poi.xdgf.usermodel
Class XDGFDocument
java.lang.Object
org.apache.poi.xdgf.usermodel.XDGFDocument
public class XDGFDocument
- extends java.lang.Object
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.
Field Summary |
protected com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType |
_document
|
Constructor Summary |
XDGFDocument(com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType document)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_document
protected com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType _document
XDGFDocument
public XDGFDocument(com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType document)
getXmlObject
@Internal
public com.microsoft.schemas.office.visio.x2012.main.VisioDocumentType getXmlObject()
getStyleById
public XDGFStyleSheet getStyleById(long id)
getDefaultFillStyle
public XDGFStyleSheet getDefaultFillStyle()
getDefaultGuideStyle
public XDGFStyleSheet getDefaultGuideStyle()
getDefaultLineStyle
public XDGFStyleSheet getDefaultLineStyle()
getDefaultTextStyle
public XDGFStyleSheet getDefaultTextStyle()
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.