Package org.apache.poi.xdgf.usermodel
Class XDGFMaster
- java.lang.Object
-
- org.apache.poi.xdgf.usermodel.XDGFMaster
-
public class XDGFMaster extends Object
Provides the API to work with an underlying master. Typically, each set of stencils used in a Visio diagram are found in a separate master for each.
-
-
Field Summary
Fields Modifier and Type Field Description protected XDGFMasterContents_contentprotected XDGFSheet_pageSheet
-
Constructor Summary
Constructors Constructor Description XDGFMaster(com.microsoft.schemas.office.visio.x2012.main.MasterType master, XDGFMasterContents content, XDGFDocument document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDGFMasterContentsgetContent()longgetID()StringgetName()XDGFSheetgetPageSheet()protected com.microsoft.schemas.office.visio.x2012.main.MasterTypegetXmlObject()StringtoString()
-
-
-
Field Detail
-
_content
protected XDGFMasterContents _content
-
_pageSheet
protected XDGFSheet _pageSheet
-
-
Constructor Detail
-
XDGFMaster
public XDGFMaster(com.microsoft.schemas.office.visio.x2012.main.MasterType master, XDGFMasterContents content, XDGFDocument document)
-
-
Method Detail
-
getXmlObject
@Internal protected com.microsoft.schemas.office.visio.x2012.main.MasterType getXmlObject()
-
getID
public long getID()
-
getName
public String getName()
-
getContent
public XDGFMasterContents getContent()
-
getPageSheet
public XDGFSheet getPageSheet()
-
-