public abstract class XDGFSheet
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType sheet,
XDGFDocument document) |
Modifier and Type | Method and Description |
---|---|
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() |
protected XDGFDocument _document
protected com.microsoft.schemas.office.visio.x2012.main.SheetType _sheet
protected java.util.Map<java.lang.String,XDGFCell> _cells
protected java.util.Map<java.lang.String,XDGFSection> _sections
protected java.util.SortedMap<java.lang.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(java.lang.String cellName)
cellName
- The particular setting you wantpublic XDGFSection getSection(java.lang.String sectionName)
public XDGFStyleSheet getLineStyle()
public XDGFStyleSheet getFillStyle()
public XDGFStyleSheet getTextStyle()
public java.awt.Color getFontColor()
public java.lang.Double getFontSize()
public java.lang.Integer getLineCap()
public java.awt.Color getLineColor()
public java.lang.Integer getLinePattern()
public java.lang.Double getLineWeight()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.