DrawShape with DrawShapeKind.TEXT_BOX.DrawShape textBox(string x, string y, string width, string height,
string textContent = "", string styleName = "")Constructs a text box shape.
x | The SVG x position. |
y | The SVG y position. |
width | The SVG width. |
height | The SVG height. |
textContent | Optional text content. |
styleName | Optional draw:style-name. |
DrawShape with DrawShapeKind.TEXT_BOX.