draw-ssdraw:xfrm
2D Transform for Graphic Frames
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
Schema document: dml-spreadsheetDrawing.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 draw-ssdraw:CT_GraphicalObjectFrame (Element draw-ssdraw:graphicFrame)
Sample instance
<draw-ssdraw:xfrm> <a:off x="1" y="1"/> <a:ext cx="1" cy="1"/> </draw-ssdraw:xfrm>