Freigeben über


ApplicationNonVisualDrawingProperties-Klasse

Defines the ApplicationNonVisualDrawingProperties Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is xdr14:nvPr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Office2010.Excel.Drawing.ApplicationNonVisualDrawingProperties

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

Syntax

'Declaration
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class ApplicationNonVisualDrawingProperties _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As ApplicationNonVisualDrawingProperties
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class ApplicationNonVisualDrawingProperties : OpenXmlLeafElement

Hinweise

2.5.62 CT_ApplicationNonVisualDrawingProps

Target namespace: https://schemas.microsoft.com/office/xl/2007/8/2/spreadsheetDrawing

Referenced by: CT_ContentPart

A complex type which specifies SpreadsheetML Drawing specific non-visual properties for a content part.

Attributes:

macro : A string ([XMLSCHEMA2] section 3.2.1) that specifies the name of the custom function associated with the content part.

The format of this string is application-defined, and SHOULD be ignored if not understood.<15>

fPublished : A boolean ([XMLSCHEMA2] section 3.2.2) attribute that specifies whether the content part SHOULD published with the worksheet when sent to the server.

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

<xsd:complexType name="CT_ApplicationNonVisualDrawingProps">

<xsd:attribute name="macro" type="xsd:string" use="optional"/>

<xsd:attribute name="fPublished" type="xsd:boolean" use="optional" default="false"/>

</xsd:complexType>

See section 5.10 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

ApplicationNonVisualDrawingProperties-Member

DocumentFormat.OpenXml.Office2010.Excel.Drawing-Namespace