Definition Type: ComplexType
Name: docGridType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Specifies the document line and character grid.
Collapse XSD Schema Diagram:
Drilldown into char-space in schema wordnet_xsd Drilldown into line-pitch in schema wordnet_xsd Drilldown into type in schema wordnet_xsdXSD Diagram of docGridType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="docGridType">
    <xsd:annotation>
        <xsd:documentation>Specifies the document line and character grid.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="type" type="docGridValue">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the grid type.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="line-pitch" type="decimalNumberType">
        <xsd:annotation>
            <xsd:documentation>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.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="char-space" type="decimalNumberType">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the number of characters per line for a document.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
type W:type (Optional)
line-pitch W:line-pitch (Optional)
char-space W:char-space (Optional)
Collapse Derivation Tree:
Collapse References:
W:docGrid