Specifies the document line and character grid.
Type Information
      
        | Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
      
        | Schema name | wordnet | 
    
Elements and Attributes
Child Elements
None.
Attributes
      
        | Attribute | Type | Required | Description | Possible Values | 
      
        | type | docGridValue | optional | Gets or sets the grid type. | defaultlineslines-and-charssnap-to-chars
 | 
      
        | 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
      | XML | 
|---|
| 
<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>
 | 
      ©2006 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/odcXMLRefLegalNotice12.asp