org.apache.poi.xdgf.usermodel
Class XDGFStyleSheet

java.lang.Object
  extended by org.apache.poi.xdgf.usermodel.XDGFSheet
      extended by org.apache.poi.xdgf.usermodel.XDGFStyleSheet

public class XDGFStyleSheet
extends XDGFSheet


Field Summary
 
Fields inherited from class org.apache.poi.xdgf.usermodel.XDGFSheet
_cells, _character, _document, _geometry, _sections, _sheet
 
Constructor Summary
XDGFStyleSheet(com.microsoft.schemas.office.visio.x2012.main.StyleSheetType styleSheet, XDGFDocument document)
           
 
Method Summary
 com.microsoft.schemas.office.visio.x2012.main.StyleSheetType getXmlObject()
           
 
Methods inherited from class org.apache.poi.xdgf.usermodel.XDGFSheet
getCell, getDocument, getFillStyle, getFontColor, getFontSize, getLineCap, getLineColor, getLinePattern, getLineStyle, getLineWeight, getSection, getTextStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XDGFStyleSheet

public XDGFStyleSheet(com.microsoft.schemas.office.visio.x2012.main.StyleSheetType styleSheet,
                      XDGFDocument document)
Method Detail

getXmlObject

@Internal
public com.microsoft.schemas.office.visio.x2012.main.StyleSheetType getXmlObject()