Freigeben über


Transform2D-Klasse

Defines the Transform2D Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is p14:xfrm.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.PowerPoint.Transform2D

Namespace:  DocumentFormat.OpenXml.Office2010.PowerPoint
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Offset))> _
<ChildElementInfoAttribute(GetType(Extents))> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class Transform2D _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Transform2D
[ChildElementInfoAttribute(typeof(Offset))]
[ChildElementInfoAttribute(typeof(Extents))]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class Transform2D : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Drawing.Offset <a:off>

  • DocumentFormat.OpenXml.Drawing.Extents <a:ext>

2.3.9 xfrm

Target namespace: https://schemas.microsoft.com/office/powerpoint/2007/7/12/main

An a:CT_Transform2D ([ISO/IEC-29500-4] section A.4.1) element that specifies the 2-D transform for a content part. See section 2.2.3 for how this element integrates with ISO/IEC-29500:2008.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="xfrm" type="a:CT_Transform2D"/>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

Transform2D-Member

DocumentFormat.OpenXml.Office2010.PowerPoint-Namespace