<xsd:complexType name="framePrProperty">
<xsd:annotation>
<xsd:documentation>Defines frame settings.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="drop-cap" type="dropCapValue" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the position for a drop cap.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="lines" type="decimalNumberType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the lines to drop for a drop cap.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="w" type="twipsMeasureType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets frame width.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="h" type="twipsMeasureType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets frame height.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vspace" type="twipsMeasureType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets distance between frame and text above and below the frame.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hspace" type="twipsMeasureType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets distance between frame and text to the right and left of the frame.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="wrap" type="wrapValue" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets text wrapping (valid: none and around).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="hanchor" type="hAnchorValue" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the point from which to measure horizontal position/alignment.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vanchor" type="vAnchorValue" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets the point from which to measure vertical position/alignment.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="x" type="signedTwipsMeasureType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets horizontal position</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="x-align" type="xAlignType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets horizontal alignment (overrides position).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="y" type="signedTwipsMeasureType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets vertical position.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="y-align" type="yAlignType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets vertical alignment (overrides position).</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="h-rule" type="heightRuleType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets how should height (h) be interpreted.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="anchor-lock" type="onOffType" use="optional">
<xsd:annotation>
<xsd:documentation>Locks the anchor of the frame to the paragraph that currently contains it.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|