Transform2D Class
Defines the Transform2D Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is a14:xfrm.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Drawing.Transform2D
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(Offset))> _
<ChildElementInfoAttribute(GetType(Extents))> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class Transform2D _
Inherits OpenXmlCompositeElement
用法
Dim instance As Transform2D
[ChildElementInfoAttribute(typeof(Offset))]
[ChildElementInfoAttribute(typeof(Extents))]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class Transform2D : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
DocumentFormat.OpenXml.Drawing.Offset <a:off>
DocumentFormat.OpenXml.Drawing.Extents <a:ext>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.