org.apache.poi.xdgf.usermodel
Class XDGFSheet

java.lang.Object
  extended by org.apache.poi.xdgf.usermodel.XDGFSheet
Direct Known Subclasses:
XDGFPageSheet, XDGFShape, XDGFStyleSheet

public abstract class XDGFSheet
extends java.lang.Object

A sheet is a collection of properties that specify information for a shape, master, drawing page, style, or web drawing.


Field Summary
protected  java.util.Map<java.lang.String,XDGFCell> _cells
           
protected  CharacterSection _character
           
protected  XDGFDocument _document
           
protected  java.util.SortedMap<java.lang.Long,GeometrySection> _geometry
           
protected  java.util.Map<java.lang.String,XDGFSection> _sections
           
protected  com.microsoft.schemas.office.visio.x2012.main.SheetType _sheet
           
 
Constructor Summary
XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType sheet, XDGFDocument document)
           
 
Method Summary
 XDGFCell getCell(java.lang.String cellName)
          A cell is really just a setting
 XDGFDocument getDocument()
           
 XDGFStyleSheet getFillStyle()
           
 java.awt.Color getFontColor()
           
 java.lang.Double getFontSize()
           
 java.lang.Integer getLineCap()
           
 java.awt.Color getLineColor()
           
 java.lang.Integer getLinePattern()
           
 XDGFStyleSheet getLineStyle()
           
 java.lang.Double getLineWeight()
           
 XDGFSection getSection(java.lang.String sectionName)
           
 XDGFStyleSheet getTextStyle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_document

protected XDGFDocument _document

_sheet

protected com.microsoft.schemas.office.visio.x2012.main.SheetType _sheet

_cells

protected java.util.Map<java.lang.String,XDGFCell> _cells

_sections

protected java.util.Map<java.lang.String,XDGFSection> _sections

_geometry

protected java.util.SortedMap<java.lang.Long,GeometrySection> _geometry

_character

protected CharacterSection _character
Constructor Detail

XDGFSheet

public XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType sheet,
                 XDGFDocument document)
Method Detail

getDocument

public XDGFDocument getDocument()

getCell

public XDGFCell getCell(java.lang.String cellName)
A cell is really just a setting

Parameters:
cellName - The particular setting you want

getSection

public XDGFSection getSection(java.lang.String sectionName)

getLineStyle

public XDGFStyleSheet getLineStyle()

getFillStyle

public XDGFStyleSheet getFillStyle()

getTextStyle

public XDGFStyleSheet getTextStyle()

getFontColor

public java.awt.Color getFontColor()

getFontSize

public java.lang.Double getFontSize()

getLineCap

public java.lang.Integer getLineCap()

getLineColor

public java.awt.Color getLineColor()

getLinePattern

public java.lang.Integer getLinePattern()

getLineWeight

public java.lang.Double getLineWeight()