<relOff>
(Relative Offset Effect)
This element specifies a relative offset effect. Sets up a new origin by offsetting relative to the size of the previous effect.
Attributes |
Description |
---|---|
|
Specifies the X offset. The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41). |
|
Specifies the Y offset. The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RelativeOffsetEffect">
<attribute name="tx" type="ST_Percentage" use="optional" default="0"/>
<attribute name="ty" type="ST_Percentage" use="optional" default="0"/>
</complexType>