p:xfrm
2D Transform for Graphic Frame
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slide.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 p:CT_GraphicalObjectFrame (Element p:graphicFrame)
Sample instance
<p:xfrm> <a:off x="1" y="1"/> <a:ext cx="1" cy="1"/> </p:xfrm>