2.6.3.25 CT_RelativeRect
Target namespace: http://schemas.microsoft.com/office/word/2010/wordml
Referenced by: CT_PathShadeProperties
A complex type that specifies a rectangle relative to its parent. Each edge of this rectangle is defined by a percentage offset from the corresponding edge of the parent.
Attributes:
l: An optional ST_Percentage as specified in [ISO/IEC29500-4:2016] section 17.2.2.2 and [ISO/IEC29500-1:2016] section 20.1.10.40 that specifies the left edge of the rectangle. Default value for this attribute is 0.
t: An optional ST_Percentage as specified in [ISO/IEC29500-4:2016] section 17.2.2.2 and [ISO/IEC29500-1:2016] section 20.1.10.40 that specifies the top edge of the rectangle. Default value for this attribute is 0.
r: An optional ST_Percentage as specified in [ISO/IEC29500-4:2016] section 17.2.2.2 and [ISO/IEC29500-1:2016] section 20.1.10.40 that specifies the right edge of the rectangle. Default value for this attribute is 0.
b: An optional ST_Percentage as specified in [ISO/IEC29500-4:2016] section 17.2.2.2 and [ISO/IEC29500-1:2016] section 20.1.10.40 that specifies the bottom edge of the rectangle. Default value for this attribute is 0.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_RelativeRect"> <xsd:attribute name="l" use="optional" type="a:ST_Percentage"/> <xsd:attribute name="t" use="optional" type="a:ST_Percentage"/> <xsd:attribute name="r" use="optional" type="a:ST_Percentage"/> <xsd:attribute name="b" use="optional" type="a:ST_Percentage"/> </xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).