Freigeben über


NonVisualContentProperties-Klasse

Defines the NonVisualContentProperties Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is a14:nvContentPr.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Drawing.GvmlContentPartNonVisualType
        DocumentFormat.OpenXml.Office2010.Drawing.NonVisualContentProperties

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

Syntax

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

Hinweise

The following table lists the possible child types:

  • NonVisualDrawingProperties <a14:cNvPr>

  • NonVisualInkProperties <a14:cNvInkPr>

  • NonVisualInkContentPartProperties <a14:cNvContentPartPr>

2.5.60 CT_GvmlContentPartNonVisual

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

Referenced by: CT_GvmlContentPart

A complex type which specifies non-visual properties for CT_GvmlContentPart.

Child Elements:

cNvPr : A CT_NonVisualDrawingProps ([ISO/IEC-29500-1] section A.4.1) element that specifies the non-visual drawing properties for the content part. This allows for additional information that does not affect the appearance of the content part to be stored.

cNvInkPr : A CT_NonVisualInkContentPartProperties element that specifies non-visual ink properties for the content part. This allows for additional information that does not affect the appearance of ink in the content part to be stored.

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

<xsd:complexType name="CT_GvmlContentPartNonVisual">

<xsd:sequence>

<xsd:element name="cNvPr" type="a:CT_NonVisualDrawingProps" minOccurs="1" maxOccurs="1"/>

<xsd:element name="cNvInkPr" type="CT_NonVisualInkContentPartProperties" minOccurs="0" maxOccurs="1"/>

</xsd:sequence>

</xsd:complexType>

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

NonVisualContentProperties-Member

DocumentFormat.OpenXml.Office2010.Drawing-Namespace