[Table of Contents] [docx version]

Error! No text of specified style in document.

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.

Parent Elements

cont5.1.10.20); effectDag5.1.10.25)

 

Attributes

Description

tx (Offset X)

Specifies the X offset.

 

The possible values for this attribute are defined by the ST_Percentage simple type (§5.1.12.41).

ty (Offset Y)

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>