<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>
|