Package org.apache.poi.xdgf.usermodel
Class XDGFSheet
java.lang.Object
org.apache.poi.xdgf.usermodel.XDGFSheet
- Direct Known Subclasses:
XDGFPageSheet
,XDGFShape
,XDGFStyleSheet
A sheet is a collection of properties that specify information for a shape,
master, drawing page, style, or web drawing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CharacterSection
protected XDGFDocument
protected SortedMap
<Long, GeometrySection> protected Map
<String, XDGFSection> protected com.microsoft.schemas.office.visio.x2012.main.SheetType
-
Constructor Summary
ConstructorsConstructorDescriptionXDGFSheet
(com.microsoft.schemas.office.visio.x2012.main.SheetType sheet, XDGFDocument document) -
Method Summary
-
Field Details
-
_document
-
_sheet
protected com.microsoft.schemas.office.visio.x2012.main.SheetType _sheet -
_cells
-
_sections
-
_geometry
-
_character
-
-
Constructor Details
-
XDGFSheet
public XDGFSheet(com.microsoft.schemas.office.visio.x2012.main.SheetType sheet, XDGFDocument document)
-
-
Method Details
-
getDocument
-
getCell
A cell is really just a setting- Parameters:
cellName
- The particular setting you want
-
getSection
-
getLineStyle
-
getFillStyle
-
getTextStyle
-
getFontColor
-
getFontSize
-
getLineCap
-
getLineColor
-
getLinePattern
-
getLineWeight
-