Definition Type: ComplexType
Name: framePrProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines frame settings.
Collapse XSD Schema Diagram:
Drilldown into anchor-lock in schema wordnet_xsd Drilldown into h-rule in schema wordnet_xsd Drilldown into y-align in schema wordnet_xsd Drilldown into y in schema wordnet_xsd Drilldown into x-align in schema wordnet_xsd Drilldown into x in schema wordnet_xsd Drilldown into vanchor in schema wordnet_xsd Drilldown into hanchor in schema wordnet_xsd Drilldown into wrap in schema wordnet_xsd Drilldown into hspace in schema wordnet_xsd Drilldown into vspace in schema wordnet_xsd Drilldown into h in schema wordnet_xsd Drilldown into w in schema wordnet_xsd Drilldown into lines in schema wordnet_xsd Drilldown into drop-cap in schema wordnet_xsdXSD Diagram of framePrProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
drop-cap W:drop-cap Optional
lines W:lines Optional
w W:w Optional
h W:h Optional
vspace W:vspace Optional
hspace W:hspace Optional
wrap W:wrap Optional
hanchor W:hanchor Optional
vanchor W:vanchor Optional
x W:x Optional
x-align W:x-align Optional
y W:y Optional
y-align W:y-align Optional
h-rule W:h-rule Optional
anchor-lock W:anchor-lock Optional
Collapse Derivation Tree:
Collapse References:
W:framePr