re:transform

A transformation is a sequence of movements, scalings, and rotations applied to an object.

XML Tag

<re:transform class='' style='' >
       ...
</re:transform>

DTD

<!ENTITY % class "class      CDATA #IMPLIED">
<!ENTITY % style "style      CDATA #IMPLIED">
<!ELEMENT re:transform (
	re:layer,
	re:paragraph,
	re:image,
	re:inlineimage,
	re:table,re:chart)
		>
       <!ATTLIST re:transform %class; %style; >

Reference Examples

xxxxxxxxxxxxxxxxxxxxxxxxxx

Children

re:layer, re:paragraph, re:image, , re:table, re:chart

Attributes

class, style

Style Properties

Transform

class

The class attribute specifies a named_reference to the style sheet that should be applied to the element. Only one style can be called and applied to one element.

style

A style attribute specifies a collection of properties for inline styling. This can be used in combination with a class attribute so that a style sheet can be called but some of the properties (of the style sheet) are over-ridden.