Package | Description |
---|---|
com.hfg.xml.msofficexml.xlsx.spreadsheetDrawing |
Modifier and Type | Method and Description |
---|---|
static SsDrawTwoCellAnchor.EditMode |
SsDrawTwoCellAnchor.EditMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SsDrawTwoCellAnchor.EditMode[] |
SsDrawTwoCellAnchor.EditMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SsDrawTwoCellAnchor.setEditMode(SsDrawTwoCellAnchor.EditMode inValue)
Specifies how the drawing should be moved and/or resized when the rows and columns
between the start and end anchors are resized, or when additional rows or columns are added.
|
jataylor@hairyfatguy.com