Package | Description |
---|---|
com.hfg.xml.msofficexml.docx.drawingml | |
com.hfg.xml.msofficexml.xlsx.spreadsheetDrawing |
Modifier and Type | Method and Description |
---|---|
DmlTransform |
DmlShapeProperties.getTransform()
Returns the transform tag if one exists or else instantiates a new one.
|
DmlTransform |
DmlTransform.setFlipHoriz(boolean inValue) |
DmlTransform |
DmlTransform.setFlipVert(boolean inValue) |
DmlTransform |
DmlTransform.setHeight(GfxSize inValue) |
DmlTransform |
DmlTransform.setOffsetX(GfxSize inValue) |
DmlTransform |
DmlTransform.setOffsetY(GfxSize inValue) |
DmlTransform |
DmlTransform.setWidth(GfxSize inValue) |
Modifier and Type | Method and Description |
---|---|
DmlTransform |
SsDrawShape.getOrCreateTransform()
Returns the transform (<a:xfrm>) tag if one exists or else instantiates a new one.
|
DmlTransform |
SsDrawShapeProperties.getOrCreateTransform()
Returns the transform tag if one exists or else instantiates a new one.
|
jataylor@hairyfatguy.com