QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
distB | ST_WrapDistance | optional | ||||
distL | ST_WrapDistance | optional | ||||
distR | ST_WrapDistance | optional | ||||
distT | ST_WrapDistance | optional | ||||
wrapText | ST_WrapText | required |
Element | EG_WrapType/wrapSquare |
<xsd:complexType name="CT_WrapSquare"> <xsd:sequence> <xsd:element name="effectExtent" type="CT_EffectExtent" minOccurs="0"/> </xsd:sequence> <xsd:attribute name="wrapText" type="ST_WrapText" use="required"/> <xsd:attribute name="distT" type="ST_WrapDistance" use="optional"/> <xsd:attribute name="distB" type="ST_WrapDistance" use="optional"/> <xsd:attribute name="distL" type="ST_WrapDistance" use="optional"/> <xsd:attribute name="distR" type="ST_WrapDistance" use="optional"/> </xsd:complexType> |