InvertSolidFillFormat Class

Defines the InvertSolidFillFormat Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is c14:invertSolidFillFmt.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Drawing.Charts.InvertSolidFillFormat

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ShapeProperties), FileFormatVersions.Office2010)> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
Public Class InvertSolidFillFormat _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As InvertSolidFillFormat
[ChildElementInfoAttribute(typeof(ShapeProperties), FileFormatVersions.Office2010)]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
public class InvertSolidFillFormat : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • ShapeProperties <c14:spPr>

2.3.28 invertSolidFillFmt

Target namespace: https://schemas.microsoft.com/office/drawing/2007/8/2/chart

A CT_InvertSolidFillFmt element that specifies the color of the negative data points of the chart ([ISO/IEC-29500-1] section 21.2) series.

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

<xsd:element name="invertSolidFillFmt" type="CT_InvertSolidFillFmt"/>

See section 5.11 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

2.5.67 CT_InvertSolidFillFmt

Target namespace: https://schemas.microsoft.com/office/drawing/2007/8/2/chart

Referenced by: invertSolidFillFmt

A complex type that specifies the color of the negative data points of the chart ([ISO/IEC-29500-1] section 21.2) series.

MUST NOT exist if the parent CT_BarSer ([ISO/IEC-29500-4] section A.5.1) element or parent CT_BubbleSer ([ISO/IEC-29500-4] section A.5.1) element has a child CT_ShapeProperties ([ISO/IEC-29500-4] section A.4.1) element which does not have a child CT_SolidColorFillProperties ([ISO/IEC-29500-4] section A.4.1) element.

MUST NOT exist if not a descendant of a CT_BarChart ([ISO/IEC-29500-4] section A.5.1) element, CT_Bar3DChart ([ISO/IEC-29500-4] section A.5.1) element, or CT_BubbleChart ([ISO/IEC-29500-4] section A.5.1) element.

MUST NOT exist if the parent CT_BarSer ([ISO/IEC-29500-4] section A.5.1) element or parent CT_BubbleSer ([ISO/IEC-29500-4] section A.5.1) element has a child invertIfNegative

Child Elements:

spPr : A CT_ShapeProperties ([ISO/IEC-29500-4] section A.4.1) element that specifies the solid color of the negative data points of the chart ([ISO/IEC-29500-1] section 21.2) series. MUST have a child CT_SolidColorFillProperties ([ISO/IEC-29500-4] section A.4.1) element.

The following XML Schema fragment defines the contents of this complextype:

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

<xsd:complexType name="CT_InvertSolidFillFmt">

<xsd:sequence>

<xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>

</xsd:sequence>

</xsd:complexType>

See section 5.11 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InvertSolidFillFormat Members

DocumentFormat.OpenXml.Office2010.Drawing.Charts Namespace