Share via


NonVisualShapeDrawingProperties-Klasse

Non-Visual Shape Drawing Properties.When the object is serialized out as xml, its qualified name is a:cNvSpPr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.NonVisualShapeDrawingProperties

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(ShapeLocks))> _
Public Class NonVisualShapeDrawingProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As NonVisualShapeDrawingProperties
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(ShapeLocks))]
public class NonVisualShapeDrawingProperties : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • ShapeLocks <a:spLocks>

  • ExtensionList <a:extLst>

[ISO/IEC 29500-1 1. Ausgabe]

20.1.2.2.9 cNvSpPr (Non-Visual Shape Drawing Properties)

This element specifies the non-visual drawing properties for a shape. These properties are to be used by the generating application to determine how the shape should be dealt with

[Example: Consider the shape that has a shape lock applied to it.

<p:sp>
<p:nvSpPr>
<p:cNvPr id="2" name="Rectangle 1"/>
<p:cNvSpPr>
<a:spLocks noGrp="1"/>
</p:cNvSpPr>
</p:nvSpPr>
…
</p:sp>

This shape lock is stored within the non-visual drawing properties for this shape. end example]

Parent Elements

nvSpPr (§20.1.2.2.29)

Child Elements

Subclause

extLst (Extension List)

§20.1.2.2.15

spLocks (Shape Locks)

§20.1.2.2.34

Attributes

Description

txBox (Text Box)

Specifies that the corresponding shape is a text box and thus should be treated as such by the generating application. If this attribute is omitted then it is assumed that the corresponding shape is not specifically a text box.

[Note: Because a shape is not specified to be a text box does not mean that it cannot have text attached to it. A text box is merely a specialized shape with specific properties. end note]

The possible values for this attribute are defined by the W3C XML Schema boolean datatype.

[Note: The W3C XML Schema definition of this element's content model (CT_NonVisualDrawingShapeProps) is located in §A.4.1. 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

NonVisualShapeDrawingProperties-Member

DocumentFormat.OpenXml.Drawing-Namespace