a:xfrm
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-gvml.xsd
Type: a:CT_Transform2D
Properties: Local, Qualified
Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
rot | [0..1] | a:ST_Angle | Rotation | Default value is "0". |
flipH | [0..1] | xsd:boolean | Horizontal Flip | Default value is "false". |
flipV | [0..1] | xsd:boolean | Vertical Flip | Default value is "false". |
Used in
- Type a:CT_GvmlGraphicalObjectFrame (Element a:graphicFrame)
- Type a:CT_GvmlTextShape (Element a:txSp)
Sample instance
<a:xfrm> <a:off x="1" y="1"/> <a:ext cx="1" cy="1"/> </a:xfrm>