2.16.19 Textbox.CanShrink

The Textbox.CanShrink element specifies whether the height of a Textbox can decrease to match its contents. This element is optional. If this element is present, its value MUST be a Boolean ([XMLSCHEMA2/2] section 3.2.2). If this element is not present, its value is interpreted as false.

Following is the parent element of the Textbox.CanShrink element.

Parent elements

Textbox

The following is the XML Schema definition of the Textbox.CanShrink element.

 <xsd:element name="CanShrink" type="xsd:boolean" minOccurs="0" />