ST_Wrap

Simple Type Information

Used By

Attribute CT_FramePr/@wrap

Source

<xsd:simpleType name="ST_Wrap">
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="auto"/>
    <xsd:enumeration value="notBeside"/>
    <xsd:enumeration value="around"/>
    <xsd:enumeration value="tight"/>
    <xsd:enumeration value="through"/>
    <xsd:enumeration value="none"/>
  </xsd:restriction>
</xsd:simpleType>