docGridType complexType [Word 2003 XML Reference] -- Microsoft Office Word 2003 XML Software Development Kit
docGridType complexType [Word 2003 XML Reference]
Specifies the document line and character grid.
Type Information
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Elements and Attributes
Child Elements
None.
Attributes
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
type | docGridValue | optional | Gets or sets the grid type. |
|
line-pitch | decimalNumberType | optional | Gets or sets the line pitch and space between lines. The number of lines per page will automatically be adjusted to fit the space between the lines. | |
char-space | decimalNumberType | optional | Gets or sets the number of characters per line for a document. |
Definition
<xsd:complexType name="docGridType" >
<xsd:attribute name="type" type="docGridValue">
</xsd:attribute>
<xsd:attribute name="line-pitch" type="decimalNumberType">
</xsd:attribute>
<xsd:attribute name="char-space" type="decimalNumberType">
</xsd:attribute>
</xsd:complexType>
©2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp