public abstract class XDGFSheet extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,XDGFCell> |
_cells |
protected CharacterSection |
_character |
protected XDGFDocument |
_document |
protected SortedMap<Long,GeometrySection> |
_geometry |
protected Map<String,XDGFSection> |
_sections |
protected com.microsoft.schemas.office.visio.x2012.main.SheetType |
_sheet |
Constructor and Description |
---|
XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType sheet,
XDGFDocument document) |
Modifier and Type | Method and Description |
---|---|
XDGFCell |
getCell(String cellName)
A cell is really just a setting
|
XDGFDocument |
getDocument() |
XDGFStyleSheet |
getFillStyle() |
Color |
getFontColor() |
Double |
getFontSize() |
Integer |
getLineCap() |
Color |
getLineColor() |
Integer |
getLinePattern() |
XDGFStyleSheet |
getLineStyle() |
Double |
getLineWeight() |
XDGFSection |
getSection(String sectionName) |
XDGFStyleSheet |
getTextStyle() |
protected XDGFDocument _document
protected com.microsoft.schemas.office.visio.x2012.main.SheetType _sheet
protected Map<String,XDGFSection> _sections
protected SortedMap<Long,GeometrySection> _geometry
protected CharacterSection _character
public XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType sheet, XDGFDocument document)
public XDGFDocument getDocument()
public XDGFCell getCell(String cellName)
cellName
- The particular setting you wantpublic XDGFSection getSection(String sectionName)
public XDGFStyleSheet getLineStyle()
public XDGFStyleSheet getFillStyle()
public XDGFStyleSheet getTextStyle()
public Color getFontColor()
public Double getFontSize()
public Integer getLineCap()
public Color getLineColor()
public Integer getLinePattern()
public Double getLineWeight()