Package | Description |
---|---|
com.hfg.xml.msofficexml.xlsx.spreadsheetDrawing |
Modifier and Type | Method and Description |
---|---|
SsDrawShapeProperties |
SsDrawShape.getShapeProperties()
Returns the shape properties (<xdr:spPr>) tag if one exists or else instantiates a new one.
|
SsDrawShapeProperties |
SsDrawShapeProperties.setBWMode(DmlBlackWhiteMode inValue) |
SsDrawShapeProperties |
SsDrawShapeProperties.setFill(Color inColor)
Specifies the color for a solid fill to be used for the shape.
|
SsDrawShapeProperties |
SsDrawShapeProperties.setFill(DmlFill inValue)
Specifies the fill type that should be used for the shape.
|
jataylor@hairyfatguy.com