2.4.3.31 CellContentsTextboxType

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

Referenced by: CellContentsType

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.

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

Paragraphs : A ParagraphsType element.

Style : A TextBoxStyleType element.

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

Visibility : A VisibilityType element.

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="CellContentsTextboxType">
   <xsd:choice maxOccurs="unbounded">
     <xsd:element name="Style" wbld:cname="Style" type="TextBoxStyleType" 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).