public class XDGFCell
extends java.lang.Object
Constructor and Description |
---|
XDGFCell(com.microsoft.schemas.office.visio.x2012.main.CellType cell) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getError() |
java.lang.String |
getFormula()
Represents the element's formula.
|
java.lang.String |
getName()
Represents the name of the ShapeSheet cell.
|
java.lang.String |
getValue()
Represents the value of the cell.
|
protected com.microsoft.schemas.office.visio.x2012.main.CellType |
getXmlObject() |
static java.lang.Boolean |
maybeGetBoolean(java.util.Map<java.lang.String,XDGFCell> cells,
java.lang.String name) |
static java.lang.Double |
maybeGetDouble(java.util.Map<java.lang.String,XDGFCell> cells,
java.lang.String name) |
static java.lang.Integer |
maybeGetInteger(java.util.Map<java.lang.String,XDGFCell> cells,
java.lang.String name) |
static java.lang.String |
maybeGetString(java.util.Map<java.lang.String,XDGFCell> cells,
java.lang.String name) |
static java.lang.Double |
parseDoubleValue(com.microsoft.schemas.office.visio.x2012.main.CellType cell) |
static java.lang.Integer |
parseIntegerValue(com.microsoft.schemas.office.visio.x2012.main.CellType cell) |
static java.lang.Double |
parseVLength(com.microsoft.schemas.office.visio.x2012.main.CellType cell) |
public XDGFCell(com.microsoft.schemas.office.visio.x2012.main.CellType cell)
public static java.lang.Boolean maybeGetBoolean(java.util.Map<java.lang.String,XDGFCell> cells, java.lang.String name)
public static java.lang.Double maybeGetDouble(java.util.Map<java.lang.String,XDGFCell> cells, java.lang.String name)
public static java.lang.Integer maybeGetInteger(java.util.Map<java.lang.String,XDGFCell> cells, java.lang.String name)
public static java.lang.String maybeGetString(java.util.Map<java.lang.String,XDGFCell> cells, java.lang.String name)
public static java.lang.Double parseDoubleValue(com.microsoft.schemas.office.visio.x2012.main.CellType cell)
public static java.lang.Integer parseIntegerValue(com.microsoft.schemas.office.visio.x2012.main.CellType cell)
public static java.lang.Double parseVLength(com.microsoft.schemas.office.visio.x2012.main.CellType cell)
cell
- The type of the cell@Internal protected com.microsoft.schemas.office.visio.x2012.main.CellType getXmlObject()
public java.lang.String getName()
public java.lang.String getValue()
public java.lang.String getFormula()
public java.lang.String getError()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.