2.4.3.30 TextboxType

Target namespace: http://schemas.microsoft.com/office/accessservices/2009/11/reports

Referenced by: TextboxRectangleReportItemsType, ControlsReportItemsType

A Textbox element as specified by [MS-RDL] section 2.16.

Child Elements:

CanGrow : A boolean ([XMLSCHEMA2/2] section 3.2.2) element as specified by [MS-RDL] section 2.16.18.

CustomProperties : A CustomPropertiesType element.

Height : A SizeType element as specified by [MS-RDL] section 2.16.10, Textbox.Height.

KeepTogether : A boolean ([XMLSCHEMA2/2] section 3.2.2) element as specified by [MS-RDL] section 2.16.22.

Left : A SizeType element as specified by [MS-RDL] section 2.16.11, Textbox.Left.

Paragraphs : A ParagraphsType element.

Style : A TextBoxStyleType element.

ToolTip : A StringLocIDType element as specified by [MS-RDL] section 2.16.13.

Top : A SizeType element as specified by [MS-RDL] section 2.16.14, Textbox.Top.

Visibility : A VisibilityType element.

Width : A SizeType element as specified by [MS-RDL] section 2.16.16, Textbox.Width.

Attributes:

Name : A normalizedString ([XMLSCHEMA2/2] section 3.3.1) attribute as specified by [MS-RDL] section 2.16.1.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="TextboxType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Style" wbld:cname="Style" type="TextBoxStyleType" minOccurs="0"/>
     <xsd:element name="Top" wbld:cname="Top" type="SizeType" minOccurs="0"/>
     <xsd:element name="Left" wbld:cname="Left" type="SizeType" minOccurs="0"/>
     <xsd:element name="Height" wbld:cname="Height" type="SizeType" minOccurs="0"/>
     <xsd:element name="Width" wbld:cname="Width" type="SizeType" minOccurs="0"/>
     <xsd:element name="Visibility" wbld:cname="Visibility" type="VisibilityType" minOccurs="0"/>
     <xsd:element name="CustomProperties" wbld:cname="CustomProperties" type="CustomPropertiesType" minOccurs="0"/>
     <xsd:element name="Paragraphs" wbld:cname="Paragraphs" type="ParagraphsType"/>
     <xsd:element name="CanGrow" wbld:cname="CanGrow" type="xsd:boolean" minOccurs="0"/>
     <xsd:element name="KeepTogether" wbld:cname="KeepTogether" type="xsd:boolean" minOccurs="0"/>
     <xsd:element name="ToolTip" wbld:cname="ToolTip" type="StringLocIDType" minOccurs="0"/>
   </xsd:choice>
   <xsd:attribute name="Name" wbld:cname="Name" type="xsd:normalizedString" use="required"/>
 </xsd:complexType>

See section 5.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).