Defines the layout type settings for a table.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
type | tableLayoutTypeType | optional | Specifies whether the table layout is AutoFit or fixed-width. |
|
<xsd:complexType name="tableLayoutType" >
<xsd:attribute name="type" type="tableLayoutTypeType">
</xsd:attribute>
</xsd:complexType>