Freigeben über


WorksheetDrawing-Klasse

Worksheet Drawing. It is the root element of DrawingsPart.When the object is serialized out as xml, its qualified name is xdr:wsDr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.OpenXmlPartRootElement
        DocumentFormat.OpenXml.Drawing.Spreadsheet.WorksheetDrawing

Namespace:  DocumentFormat.OpenXml.Drawing.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(TwoCellAnchor))> _
<ChildElementInfoAttribute(GetType(AbsoluteAnchor))> _
<ChildElementInfoAttribute(GetType(OneCellAnchor))> _
Public Class WorksheetDrawing _
    Inherits OpenXmlPartRootElement
'Usage
Dim instance As WorksheetDrawing
[ChildElementInfoAttribute(typeof(TwoCellAnchor))]
[ChildElementInfoAttribute(typeof(AbsoluteAnchor))]
[ChildElementInfoAttribute(typeof(OneCellAnchor))]
public class WorksheetDrawing : OpenXmlPartRootElement

Hinweise

The following table lists the possible child types:

  • TwoCellAnchor <xdr:twoCellAnchor>

  • OneCellAnchor <xdr:oneCellAnchor>

  • AbsoluteAnchor <xdr:absoluteAnchor>

[ISO/IEC 29500-1 1. Ausgabe]

20.5.2.35 wsDr (Worksheet Drawing)

This element specifies all drawing objects within the worksheet. It acts much like the spTree element within the DrawingML framework. Allowing for the specification of all shapes for a given part of a document, in this case a single Worksheet.

Parent Elements

Root element of SpreadsheetML Drawing part

Child Elements

Subclause

absoluteAnchor (Absolute Anchor Shape Size)

§20.5.2.1

oneCellAnchor (One Cell Anchor Shape Size)

§20.5.2.24

twoCellAnchor (Two Cell Anchor Shape Size)

§20.5.2.33

[Note: The W3C XML Schema definition of this element's content model (CT_Drawing) is located in §A.4.5. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

WorksheetDrawing-Member

DocumentFormat.OpenXml.Drawing.Spreadsheet-Namespace