Aspect for drawing auto-size textboxes.<q ref="core.svg:Polyshape">Polyshape</q>(c) SAP AG 2003-2006. All rights reserved.
Gets or sets the textbox's font size.The font size is expressed as a percentage of the default font size (e.g., 50 means half-size font, 200 means double-size font, etc.).
Gets or sets the textbox's frame dash pattern.The <code>dash</code> property controls the pattern of dashes and gaps used to stroke the textbox frame.
The <code>dash</code> property value can be either 'none' (indicating that the frame is to be drawn solid),
or a list of whitespace-separated numbers that specify the lengths of alternating dashes and gaps.
Gets or sets the textbox's alignment.The <code>textAlign</code> property values are defined by the following enumeration:
<table class="SIMPLE"><tr><td class="H V">Value </td><td class=H>Description </td></tr><tr><td class=V>start </td><td>The textbox contents are aligned along the left margin </td></tr><tr><td class=V>middle </td><td>The textbox contents are centered around the shape's middle </td></tr><tr><td class=V>end </td><td>The textbox contents are aligned along the right margin </td></tr></table>