ApplicationNonVisualDrawingProperties class
Defines the ApplicationNonVisualDrawingProperties Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is cdr14:nvPr.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing.ApplicationNonVisualDrawingProperties
Namespace: DocumentFormat.OpenXml.Office2010.Drawing.ChartDrawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.5.81 CT_ApplicationNonVisualDrawingProps
Target namespace: http://schemas.microsoft.com/office/drawing/2010/chartDrawing
Referenced by: CT_ContentPart
A complex type that specifies Chart DrawingML-specific non-visual properties of 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.<144>
fPublished: A Boolean attribute ([XMLSCHEMA2] section 3.2.2) that specifies whether the content part is published with the chart 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.8 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).