Specifies the document line and character grid.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
None.
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. |
<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>